Skip to content

jerome-bienaime/mindbug-cards

Repository files navigation

Mindbug cards

Show Mindbug cards with filtering abilities.

Create T3 App

This is a T3 Stack project bootstrapped with create-t3-app.

Install

npm i

Database

Using Drizzle as orm, configured with turso.

You will need a turso database configured.

# create tables, and run seed
npm run db:generate && npm run db:migrate && npm run db:seed

Development

npm run dev # localhost:3000 by default

Build

npm run lint && npm run build
# start built server with
npm start

Credits

About

Show Mindbug cards with filtering abilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published