Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1007 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 1007 Bytes

Scouting Rockets 🚀

Simple website that handles scouting assignments for NBA games

standardjs


🚩 Requirements

For development, you will only need Node.js installed on your environement.

Node

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

Node installation

Just go on official Node.js website & grab the installer.


🚧 Development

$ 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