SIMPLE RESUME BUIDLER

https://simpleresume.vercel.app

CREATE: https://simpleresume.vercel.app/#/edit/resume TIPS : https://hwpi.harvard.edu/files/ocs/files/hes-resume-cover-letter-guide.pdf


About Project


Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Dockerize Application

Using make to build dockerized application.

Created Makefile in root.

make will run Makefile and build docker application.

Without make,

docker-compose shell scripts are created in ./workflows folder.

Docker Build

npm run make-start

Docker Stop

npm run make-stop

Docker Clean

npm run make-clean

Docker Restart Container

npm run make-restart

GitHub

View Github