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.
- Host: GitHub
- URL: https://github.com/fransallen/upset.dev
- Owner: fransallen
- License: mit
- Created: 2020-06-26T19:38:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T17:51:26.000Z (about 1 year ago)
- Last Synced: 2025-06-05T02:13:26.748Z (about 1 year ago)
- Topics: bun, css, html, javascript, next-auth, nextjs, nodejs, personal-website, prisma, typescript
- Language: TypeScript
- Homepage: https://upset.dev
- Size: 2.07 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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