Checking out and initializing the git repository
git clone https://github.com/hvnobug/vuepress-theme-dew-demo.git
cd vuepress-theme-dew-demo
Install the dependencies
npm i
# or
yarn install
Then run the development server!
yarn run dev
How to generate resume page and pdf file.
Run resume server
npm run resume-dev
# or
yarn run resume-dev
Preview resume page
npm run resume-build
# or
yarn run resume-build
Build vuepress and resume page
npm run build-with-resume
# or
yarn run build-with-resume
Modify
deploy.sh
before run this script.
npm run deploy
# or
yarn run deploy