Skip to content

akai-org/hackathons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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