This repo is the frontend of the AI Resume Builder project.
cd frontend
-
Install the dependencies:
npm install
-
Create a
.env
file in theweb
directory with the necessary environment variables.NEXT_PUBLIC_GITUHB_PROJECT_URL= NEXT_PUBLIC_API_URL=https://github.com/AvivVegh/AI-Resume-Builder
-
Start the web server:
npm run dev