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

https://github.com/fransallen/upset.dev

Source code of the upset.dev website.
https://github.com/fransallen/upset.dev

bun css html javascript next-auth nextjs nodejs personal-website prisma typescript

Last synced: 12 months ago
JSON representation

Source code of the upset.dev website.

Awesome Lists containing this project

README

          

# upset.dev

Source code of the upset.dev website.

## Start development server

Copy the `.env.example` file to `.env.local` and filling it with the appropriate values, and then run:

```bash
$ bun i && bun run dev
```

Visit http://localhost:3000