Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 459 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 459 Bytes

Kukka Clicker Server

wip...

Development environment

Use node 14.

npm install
npx sequelize-cli init
npm install
npm run dev

If you get error "Please install sqlite3 package manually", try this.

If you have some other issues try this. Maybe python needs to mean python 2 or something.