Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 441 Bytes

AI Resume Builder Frontend

This repo is the frontend of the AI Resume Builder project.

cd frontend
  1. Install the dependencies:

    npm install
  2. Create a .env file in the web directory with the necessary environment variables.

    NEXT_PUBLIC_GITUHB_PROJECT_URL=
    NEXT_PUBLIC_API_URL=https://github.com/AvivVegh/AI-Resume-Builder
    
  3. Start the web server:

    npm run dev