How to use

Install Github desktop

Download and install Github desktop from here

Install Node

Download and install NodeJS from here

Install VSCode

Download and install VSCode from here

Open a terminal in VSCode

Follow this guide here

Run the local server

First time install dependencies with npm i

Run a local server by typing npm run start in the terminal

Checkout the result at http://localhost:8080/

NOW YOU CAN CODE