Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaptykov committed Dec 22, 2014
1 parent e4b04e4 commit 2b6b9af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,21 @@ new Makeup({
});
```

## Сборка

Для сборки должны быть установлены `nodejs`, `npm` и `gulp`.

1. Склонируйте репозиторий

```
git clone git@github.com:Chaptykov/makeup.git
cd makeup
```
2. Запустите сборку

```
npm i
gulp
```

Демо будет доступно по адресу `http://localhost:3333/demo/`.

0 comments on commit 2b6b9af

Please sign in to comment.