Simple website that handles scouting assignments for NBA games
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v8.12.0
$ npm --version
6.4.1
Just go on official Node.js website & grab the installer.
$ git clone https://github.com/patricklinpl/scouting-rockets.git
$ cd scouting-rockets
$ npm install
$ cp .example.env .env
$ vi .env # fill out environment variables
$ npm start