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

https://github.com/svelterust/sails

Svelte on Rails
https://github.com/svelterust/sails

auth drizzle shadcn sqlite sveltekit turso

Last synced: 6 months ago
JSON representation

Svelte on Rails

Awesome Lists containing this project

README

          

# sails

To get started, run folowing:

```
git clone https://github.com/knarkzel/sails
cd sails/
bun install
bun dev
```

## Migrations

After modifying `src/lib/schema.ts`, generate migration files with `bun db:generate`.