Welcome! This is a small template repository for creating typescript cookie clicker mods!
To start and work on it, just download the repository!
After that, do these simple steps:
npm i
to install all the dependenciessrc
folder (modify index.ts
, etc.) and use npm run build
to rebuild the code!serve
CLI, which you can install via npm i -g serve
, then you can just do serve -p 5500
!Game.LoadMod("http://localhost:5500/dist/index.js")
(assuming you are serving on port 5500, change if needed)!