The frontend of the second string sports reporting website
Create a .env with a variable PORT, this should be set equal to an integer representing the servers running port
Add a .env variable NEWS_API, this should be set equal to a valid API Key from newsapi.org
clone the repo
npm install
npm install newsapi
npm run build-web
npm run build-server
npm start