If you would still prefer to do the installation manually, follow these steps:
Clone the repo:
git clone --depth 1 https://github.com/tandv592082/tandv592082.github.io.git
cd tandv592082.github.io
npx rimraf ./.git
Install the dependencies:
yarn install
Set the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)
- Mutiple languages: Support creating CV with multiple languages
- Download file: Automatically download CV based on the selected language
- Deploy Github Page: Support automatic deployment to personal github page
- PDF Generator: Support automatic generation of PDF file
- Page view tracking: Support page view counter
- Dark mode: Support both dark light mode
- Responsive: Support layout for both web and mobile
- Present CV in a standard and easy-to-understand format.
Running locally:
yarn dev
Running in production:
yarn preview
Deploy:
# generate
yarn ghGenerateAndDeploy
# deploy to github page
yarn gh-pages-deploy