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

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

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
```