Installation instructions clone this repository onto your computer navigate to the root folder of the cloned repository run the following command: npm i this requires that node.js and npm be installed! you can read about how to do that here You can now compile and run the code, do so with these commands: npm run dev to compile for a development environment npm run prod to compile for a production environment npm run start to run your most recently compiled code, hosted at localhost:4000. Development make small changes to the code compile the code (npm run dev) run the code and test your change visible at localhost:4000