These instructions will help you set up the project locally.
- Node.js (v20 or higher)
- pnpm (v9 or higher)
- Clone the repository:
git clone https://github.com/gabriel-logan/cvmaker.git- Navigate to the project directory:
cd cvmaker- Copy the example environment files and set your environment variables:
cp .env.example .env- Now you can set the necessary environment variables in the
.envfile.
Render Build: cd ./frontend && pnpm install && pnpm build && cd ../backend && pnpm install && pnpm build
Render Start: cd backend/ && npx puppeteer browsers install chrome && pnpm start
The application will be accessible at: https://glcvmaker.onrender.com
NOTE: It may take a few minutes for the server to start after deployment. NOTE2: This is a free tier server, so it may be slow to respond at times and it may be not work, try to run it locally if so.