Project is live - https://hackathons.akai.org.pl/
npm start
npm run build
Currently repository is using Github Actions in order to deploy app on Github Pages. Deploy is triggered on every push to master.
All details can be found in .github/workflows/nodejs.yml
Whole project is based on airbnb's eslint config.
npm run lint
npm test
Currently there is no tests