Angry Nerds' GAFI website.
First, clone the repository by running
git clone https://github.com/SE-GUC/angry-nerds.git
Then go into the directory.
cd angry-nerds
Then you are ready to run the website.
Use the node package manager npm to install the required packages.
npm i
Or, you could use
npm install -i
Finally, Run the website by running the following:
node index.js
Or, you can simply visit our deployed website with heroku.