Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
Svelte on Rails
- Host: GitHub
- URL: https://github.com/svelterust/sails
- Owner: svelterust
- Created: 2024-10-14T14:19:23.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-17T09:59:23.000Z (30 days ago)
- Last Synced: 2024-10-20T06:35:37.939Z (27 days ago)
- Topics: auth, drizzle, shadcn, sqlite, sveltekit, turso
- Language: TypeScript
- Homepage:
- Size: 1.78 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.