Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 626 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 626 Bytes

Sidedeck

A Yu-Gi-Oh! deck builder and card library manager.

Prerequisites

How to run the project

  1. Clone the repository
git clone [email protected]:jellycats/flowy.git
  1. Install dependencies
pnpm install
  1. 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.

  1. Run the project
pnpm dev