Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.49 KB

File metadata and controls

43 lines (30 loc) · 1.49 KB

Contributing

Check out the contribution guide on DoneJS.com for information on:

The rest of this guide has information that’s specific to this repository.

Developing Locally

Forking & cloning the repository

git clone git@github.com:donejs/donejs-firebase.git
cd donejs-firebase

Installing the dependencies

npm install

Running the tests

You can run the tests with:

npm test

Publishing & Releasing

Help us fill out this section.