Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 485 Bytes

File metadata and controls

35 lines (26 loc) · 485 Bytes

Kimble

Read real stories by real people

Installation

git clone https://github.com/pratikstemkar/kimble
cd kimble
sudo docker compose up -d
sudo docker exec -it kbdb_container bash
mysql -u root -proot

Paste the contents of init.sql in mysql bash.

exit
exit
npm i
cd web
npm i
cd ..
npm run dev

Visit at http://localhost:5173

Developed with ❤️ by Pratik Temkar