Download or Pull This Repo Top of this page you can see where it says clone or download
Install Node https://nodejs.org/en/
Download Atom https://atom.io/
Install all the node packages On the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
npm install
Update the node packages On the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
npm update
Start the server
npm run watch