Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 545 Bytes

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