Extraordinary game about squares + super cool ECS
Alpha software
This project uses docker instad of NVM to manage Node versions.
For development do the following:
-
Install
docker -
Run
make buildto build the Docker image -
Run
maketo access the Docker container (node is available here) -
Run
npm i(or any node related command)
If you are having issues with file permissions or ownership run make own within the Docker container.