To develop locally:
-
Fork this repository to your own GitHub account and then clone it to your local device.
-
Create a new branch:
git checkout -b MY_BRANCH_NAME
-
This project uses pnpm as package manager, so you need pnpm:
npm install -g pnpm
-
Install the dependencies with:
pnpm i
-
Start typescript compiler:
pnpm watch
-
Keep the process from step 5 running, run the following to start
src/devmain.ts
.pnpm dev