This repository contains the source code for https://resumeforfree.com - a free online resume builder.
- Nuxt 4 - Vue.js framework
- Typst.ts - Document compilation
- shadcn-vue - UI components
- Pinia - State management
- Tailwind CSS - Styling
- Cloudflare Workers - Deployment
To run this project locally:
- Install dependencies:
npm install - Start development server:
npm run dev - Open
http://localhost:3000