/TCF-Games

Games related to The Cycle: Frontier

Primary LanguageVueMozilla Public License 2.0MPL-2.0

TCF Games

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