npm install
npm run serve
npm run build
npm run test
npm run lint
firebase deploy --project development
firebase deploy --project production
- As a parent I want to fill in an application in other to enroll my child to an event.
- As a parent I want to see the information I am about to send to organizers so that I can check it is correct.
- As a parent I want to see the price I am going to pay for an event so that I will not be surpriced later.
- As a leader I want to see all data from applications so that I am able to do next steps.
- As a non-leader I don't have access to data from applications without authorization.