A simple resume builder application built with Next.js and Tailwind CSS. The application allows users to create a resume by filling out a form. The resume can be downloaded as a PDF file.
- Clone the repo
$ git clone https://github.com/arunike/resume-builder - Install the dependencies
or
$ yarn install$ npm install - Run the project
or
$ yarn dev$ npm run dev - Visit http://localhost:3000/ on your browser
Prequisite: Install Docker.
- Execute the docker-compose command
$ docker-compose up -d