An open API service indexing awesome lists of open source software.

https://github.com/keuller/resumeapp

Resume app generator
https://github.com/keuller/resumeapp

Last synced: 3 months ago
JSON representation

Resume app generator

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
```