to run
- install local server if you don't have any :
npm install live-server -g - install project dependencies:
npm install - build it:
npm run build - run it:
npm start - deploy:
npm run deploy(only I have right at the moment) -to deploy, you need to install firebase build tools: npm install -g firebase-tools