A Resume and CV maker made to take better advantage of the web.
This is a Next.js project.
You'll need npm stuff to get the project started. (pnpm also recommended)
Navigate to the resume-builder folder in the project.
Then, start the development server:
npm run dev
# or
yarn dev
# or (the one I recommend)
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser.
All the pages are run by scripts stored in the public folder. the scripts match their page name. Edit those to make changes to each page.