Application is accessible from https://yfa.ut.ee/
To install necessary packages:
npm install
To start the application in the development mode:
npm start
To build the application:
npm run build
To deploy the application:
firebase deploy
Run if firebase tools are not installed:
npm install -g firebase-tools
NB! Requires Node.js to run