If you want to test locally pretty easily:
- Install node.js
- clone this repository locally somehow (the Github desktop app works if you don't have any other preferences)
- open the directory for this project locally with your command-line
- run
npm i
- run
npm start
After doing that setup, all you'll need to do is navigate to the directory with your command-line and run npm start