Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 282 Bytes

Synergism - the game

Contributing

Before running any of these commands, run npm install to install all dependencies.

  • To build: npm run build:esbuild.
  • To typecheck all TypeScript files: npm run check:tsc.
  • To lint: npm run lint.
  • To lint CSS: npm run csslint.