The app is based on the ReactJS JavaScript framework. Try it here.
-
Install node.js & npm. Probably, you should use nvm.
-
Install dependencies.
npm install
- Run the app in development mode.
npm run dev
Open http://localhost:3000 to view it in the browser.
- Generate a production build of your app and deploy it to GitHub Pages.
npm run pre-deploy
npm run deploy