Skip to content

elaskavaia/bga-dojoless

Repository files navigation

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

About

Bga project template with as little dojo as possible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published