Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest authored Oct 19, 2018
1 parent 23fdcd8 commit 0f93c6c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

#### Branches

`dev` branch is the bleeding edge version of dejavu, all new changes go here.
`next` branch is the actively developer version of dejavu, a complete rewrite that's light-weight and performant and will replace the current dejavu codebase entirely.

`dev` branch is the current version of dejavu, all bug fixes to the current version go here.

`chrome-extension` branch is where we make chrome extension related changes.

Expand All @@ -20,10 +22,10 @@
#### Local Installation

1. `git clone` your fork of https://github.com/appbaseio/dejavu
2. `git checkout dev`
2. `git checkout next`
3. `git submodule init && git submodule sync && git submodule update --recursive --remote`
4. `yarn`
5. `yarn start` (open dejavu in the browser on http://localhost:1358/live)
5. `yarn start` (open dejavu in the browser on http://localhost:1358/)

#### Generating an AppName and URL

Expand All @@ -36,7 +38,7 @@

#### Local Build

#### `dev` branch: Webpage
#### `next` branch: Webpage

```sh
$ yarn start
Expand Down

0 comments on commit 0f93c6c

Please sign in to comment.