Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
about #35: how to build crate at home
Browse files Browse the repository at this point in the history
  • Loading branch information
Chat-Wane committed Jan 15, 2016
1 parent be0190a commit 2f5c58a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ About the task bar buttons:

## Developers

<b>To build</b> CRATE at home, you need [git](https://git-scm.com/),
[bower](http://bower.io/), and [lessc](http://lesscss.org/). In a terminal, type
the following commands:
```
$ git clone http://github.com/chat-wane/crate.git
$cd crate
$ bower install
$ lessc css/style.less css/generatedstyle.css
```
Now you are able to open the <i>index.html</i> file using your web browser.

CRATE comprises the following main components (i) LSeq [1, 2] manages the shared
document; (ii) Spray [3] builds the network of browsers.

Expand Down

0 comments on commit 2f5c58a

Please sign in to comment.