https://github.com/shivan-s/pole-signoff
Signoff sheet
https://github.com/shivan-s/pole-signoff
drizzle drizzle-orm node pole-dancers postgresql supabase sveletekit typescript
Last synced: 3 months ago
JSON representation
Signoff sheet
- Host: GitHub
- URL: https://github.com/shivan-s/pole-signoff
- Owner: shivan-s
- License: mit
- Created: 2023-12-08T22:54:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T21:16:54.000Z (5 months ago)
- Last Synced: 2025-03-05T14:49:29.998Z (4 months ago)
- Topics: drizzle, drizzle-orm, node, pole-dancers, postgresql, supabase, sveletekit, typescript
- Language: Svelte
- Homepage: https://pole.academy
- Size: 423 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pole Academy (WIP)
The goal of this app is the catalog pole moves as you are learning them.
## Development
Running development:
```
npm run dev
```## Running migrations
1. Creating migrations based on database changes:
```sh
npx run makemigrations
```2. Apply the migrations:
```sh
npx run migrate
```