A Resume and CV maker made to take better advantage of the web.
This is a Next.js project. You'll need to install its required packages before messing with Resu-Me.
This means you'll need to download Node.js to run the local server and see changes.
To start the local server, navigate to the resume-builder folder in the project.
Then, start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser.