A Yu-Gi-Oh! deck builder and card library manager.
- Clone the repository
git clone git@github.com:jellycats/flowy.git
- Install dependencies
pnpm install
- Copy the
.env.sample
file to.env
and fill in the necessary environment variables
cp .env.sample .env
Note: You need to have a postgres database to run the project. We recommend using Neon to easily create a development database.
- Run the project
pnpm dev