https://github.com/keuller/resumeapp
Resume app generator
https://github.com/keuller/resumeapp
Last synced: 3 months ago
JSON representation
Resume app generator
- Host: GitHub
- URL: https://github.com/keuller/resumeapp
- Owner: keuller
- License: mit
- Created: 2023-03-05T14:37:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T09:33:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:28:10.241Z (5 months ago)
- Language: Vue
- Homepage: https://resumeapp-ten.vercel.app
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resumeapp
Resume app generator## Setup
Make sure to install the dependencies:
```bash
pnpm i -g vercel@latest
``````bash
# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm dev
```## Production
Build the application for production:
```bash
pnpm build
```