Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 503 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 503 Bytes

Hackathons Collector

Production

Project is live - https://hackathons.akai.org.pl/

Development

npm start

Build

npm run build

Deploy

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

Linting

Whole project is based on airbnb's eslint config.

npm run lint

Testing

npm test

Currently there is no tests