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

https://github.com/lambdachad/sails

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

auth drizzle shadcn sqlite sveltekit turso

Last synced: about 1 month 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`.