- add name
- add spash image
- ad link to itchio
This projects uses pnpm as a package manager and vite as a build tool, typescript, eslint and prettier.
I recommend install nodejs via fnm version manager.
src/app
: Pixi.js application (game).src/lib
: cat_in_the_dark library with common functions.
To build all apps and packages, run the following command:
pnpm run build
To run a development live-reload server, run the following command:
pnpm dev
Also you can check and auto-fix linter errors:
pnpm lint
pnpm lint:fix
To build and host app we use Cloudflare pages.