How to start the app
npm start
- Go to http://localhost:3000/ in your web browser, if it doesn't take you there automatically.
How to deploy to https://afx.dance/.
Push to master or make a pull request (recommended) to master
Main.yaml workflow executes follow commands:
rm -rf node_modules
npm install
npm run build
NOTE: wait ~90 seconds after pushing for Github Actions to redeploy completely.