Webpage for the cycle frontier wiki games, found here: https://games.thecyclefrontier.wiki
You will need to install Node
as well as git
. You can download them from the web.
To clone site locally, do this in a terminal:
$ git clone https://github.com/TCF-Wiki/TCF-Games
$ cd TCF-Games/frontend
$ npm install --save
$ cd ../backend
$ npm install --save
// now to run it (start in backend folder), or press F5 in VSCode
$ npm run start
$ cd ../frontend
$ npm run build
// it will launch on localhost:80