cat-in-the-dark / ludum_54_omsk

Home Page:https://cat-in-the-dark.github.io/ludum_54_omsk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDJAM-54 entry

TODO

  • add name
  • add spash image
  • ad link to itchio

What's inside?

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.

Apps and packages

  • src/app: Pixi.js application (game).
  • src/lib: cat_in_the_dark library with common functions.

Build

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

CI

To build and host app we use Cloudflare pages.

About

https://cat-in-the-dark.github.io/ludum_54_omsk/

License:MIT License


Languages

Language:JavaScript 86.2%Language:HTML 13.8%