Demo : https://kakeibo.warded.me/
To run the app locally, follow these steps:
- Clone the repository:
git clone git@github.com:fayde01/kakeibo.git
-
Edit the
.env.example
to.env
makesure to fill itI'm using MySQL for database.
-
Install dependencies:
Probably works with yarn/npm/bun but I use pnpm:
cd kakeibo
pnpm install
- Run the application:
pnpm run dev