Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clebeaupin committed Mar 30, 2017
1 parent 53e50dd commit 999a71d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,37 @@ Desktop application for ebooks
## Status

[![Build Status](https://travis-ci.org/edrlab/readium-desktop.svg?branch=master)](https://travis-ci.org/edrlab/readium-desktop)

## Technologies

* typescript
* electron
* reactjs
* redux
* i18next

## Install

Install all dependencies

```
npm install
```

## Getting started

### Production

```
npm start
```

### Development

```
npm run start:dev
```

This environment provides a hot loader.
So if you made changes in your code, electron will automatically reload
your app.

0 comments on commit 999a71d

Please sign in to comment.