A task manager to help projects thrive
- Clone the repository
git clone git@github.com:jellycats/flowy.git- Install dependencies
pnpm install- Copy the
.env.samplefile to.envand fill in the necessary environment variables
cp .env.sample .envNote: 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