Javascript engine for Gaia Project.
MOVED TO https://github.com/boardgamers/gaia-project
Check out boardgamers.space! Reach out to us if you want to contribute.
Have node 6+, hopefully 8+. Have npm 5+, and tsc.
In the project's folder:
yarn
To compile Typescript into javascript:
yarn build
yarn test
If you want to use your local copy of this module instead of the npm version, as a dependency of another module, do this:
## In this folder
yarn link
## In the other project's folder
yarn link @gaia-project/engine