Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
flpvsk committed Sep 28, 2014
1 parent 06bc9a7 commit 98d40f0
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@

Site of MoscowJS, JavaScript meetup group in Moscow.

## Install

Add to `.bash_profile`:
Built on top of [co-db][co-db].

```
alias gulp="node --harmony-generators $(which gulp)"
## Install

```bash
npm install && bower install
```

Run:
## Run

```bash
node --harmony-generators $(which gulp) watch
```
npm install && bower install

## Build

```bash
node --harmony-generators $(which gulp) build
```

[co-db]: https://github.com/filipovskii/co-db

0 comments on commit 98d40f0

Please sign in to comment.