8000 GitHub - 4rays/combolab-web: Source code of Combolab, combo creation and sharing platform.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

4rays/combolab-web

Repository files navigation

combolab-web

Initial Setup

To install dependencies:

bun install

Development

To run:

bun run dev

The app uses Postgres for the database. For local development, PGLite is used instead.

To create the database:

bun run db:create:dev

To drop the local database:

bun run db:teardown:dev

To generate migrations:

bun run db:migrations:create:dev

To apply migrations:

bun run db:migrations:apply:dev #or
bun run db:migrations:apply:prod

To view the database via Drizzle Studio:

bun run db:view:dev #or
bun run db:view:prod

About

Source code of Combolab, combo creation and sharing platform.

Resources

Stars

Watchers

Forks

Releases

No releases published
0