nexume is a simple and static resume template using Next.js and TypeScript.
You can run the dev server by running the following command:
npm run devOpen http://localhost:3000 with your browser and start editing by modifying src/app/page.tsx. Next.js will auto-update as you edit the file.
Most hosting platforms allow you to define build command and output folder:
- Build command:
npm run buildornext build - Output folder:
out
If you are using Vercel, you don't need to configure any options since vercel will automatically detect output folder.