URSS is an application to emulate good spirit on team and specificaly promote the software craftmanship on development teams.
npm install
With firebase you can manage : database, hosting and analytics directly with it. You can look for more information here : Firebase Website
To initialize firebase local configuration :
firebase login
...
firebase init
...
npm run serve
npm run lint
To package the application, use
npm run build && cd dist
...
firebase deploy
...