Aki Gao's resume written in HTML & CSS with PDF generation. Compiled with Webpack, and deployed to Github pages using CircleCI.
To set up the project, run the following command below:
> git clone https://github.com/iknowhtml/resume.git
> cd resume
> yarn install
`
To run in development mode, run yarn start
.
To build the project, run yarn build
.
To build the resume PDF, run yarn build:pdf
.