Angry Nerds' GAFI website.
First, clone the repository by running
git clone https://github.com/SE-GUC/angry-nerds.gitThen go into the directory.
cd angry-nerdsThen 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.jsOr, you can simply visit our deployed website with heroku.