Welcome! This repository manages all documenation of code gamelet!
We are welcome to any contribution regarding the documents. You can either open an issue or email us.
As mentioned, you are welcome to voice out any option, or submit tutorial notes. Below is our content person:
- Danny: kkdlau@connect.ust.hk
First, you have to git clone this repo. Then enter:
npm installin your terminal. It will automatically install all required dependencies for you.
To test this repo, enter:
npm startThis command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.