Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svelterust/sails

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

auth drizzle shadcn sqlite sveltekit turso

Last synced: 14 days 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`.