👍🎉 First off, thanks for taking the time to contribute! 🎉👍
- Fork repo
- Create a branch for the issue you are working on from one of the branches listed below depending on what you are intending to contribute to.
- Submit a Pull Request against whichever branch applies.
dev
branch is the bleeding edge version of dejavu, all new changes go here.
chrome-extension
branch is where we make chrome extension related changes.
gh-pages
branch is for the hosted app, as well as for the version that runs on https://dashboard.appbase.io.
git clone
your fork of https://github.com/appbaseio/dejavugit checkout dev
npm install
bower install
npm start
(open dejavu in the browser on http://localhost:1358/live)
- Create an account here: https://dashboard.appbase.io
- Follow instructions to create an appname.
- Click through to newly created app
- Click on the Credentials tab.
- Copy Read-only or Admin API Key
- Url is
https://${API_KEY}@scalr.api.appbase.io
$ npm start
$ npm run build_chrome_extension
$ npm run build_gh_pages