Read more about Firebase Database
Our website is located at: https://laborless-6d04f.firebaseapp.com/
Our database is at: https://laborless-6d04f.firebaseio.com/
- Install Node.js (https://nodejs.org/en/download/)
- Install Firebase CLI (
npm install -g firebase-tools
) and then configure it withfirebase login
- Full instructions for above at https://firebase.google.com/docs/cli/
- Clone this repository (
git clone https://github.com/aluminiumi/laborless
or use other tool) - From the cloned folder run
firebase use --add
and select the laborLess project
- Make your changes to the code in your cloned repository
- On the command line run
firebase serve
using the Firebase CLI tool to launch a local server and test changes. - Commit and push the changes to the GitHub repository.
- On the command line run
firebase deploy
to see the changes at https://laborless-6d04f.firebaseapp.com/