Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 814 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 814 Bytes

bga-dojoless

Bga project template with as little dojo as possible. Only usable when you develop games for https://boardgamearena.com

Warning: Not for Beginners!

It uses typescript and possible to use scss

To use you need tsc (typescript), which will be installed by npm, which is part of nodejs

  • Install nodejs (search web on how to install for your platform), i.e. sudo apt-get install nodejs
  • Type "npm i" in the project directory - it will install tsc and scss compilers

To use in vscode:

Run the following command to auto-compile typescript (auto-upload will be enabled if you configure SFTP extension)

  • npm run watch:ts

If you want both typescript and scc type

  • npm run watch