Read real stories by real people
git clone https://github.com/pratikstemkar/kimble
cd kimblesudo docker compose up -d
sudo docker exec -it kbdb_container bash
mysql -u root -prootPaste the contents of init.sql in mysql bash.
exit
exitnpm i
cd web
npm i
cd ..
npm run devVisit at http://localhost:5173
Developed with ❤️ by Pratik Temkar