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

https://github.com/syntaxlexx/bsg-system


https://github.com/syntaxlexx/bsg-system

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# BSG Game System

## Getting started

### Turso DB
Turso is cheap, free, and fast.

Sync/Create migrations
```bash
pnpm run db:generate
```

Apply migrations to DB
```bash
pnpm run db:migrate
```

View DB in UI
```bash
pnpm run db:studio
```

## Links
- [Usage with Sqlite](https://plainenglish.io/blog/using-sqlite-with-next-js-13)