Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

edwrdc/kakeibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo : https://kakeibo.warded.me/

Installation and Running

To run the app locally, follow these steps:

  1. Clone the repository:
git clone git@github.com:fayde01/kakeibo.git
  1. Edit the .env.example to .env makesure to fill it

    I'm using MySQL for database.

  2. Install dependencies:

Probably works with yarn/npm/bun but I use pnpm:

cd kakeibo
pnpm install
  1. Run the application:
pnpm run dev