Skip to content

Commit

Permalink
Fix webpack configuration of examples, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller authored and eneufeld committed Dec 6, 2017
1 parent cc685b5 commit ca69d97
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 3,272 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ The whole document may for example now look like this:
## First time setup
* Install [node.js](https://nodejs.org/)(version > 4.x.x)
* Clone this repository
* Install dependencies & hook up dependencies between packages: `lerna bootstrap`
* Install dependencies: `npm install`
* Hook up dependencies between packages: `lerna bootstrap`

## Build & Testing
* Build (all packages): `lerna run build`
* Test (all packages): `lerna run test`
* Clean (delete `dist` folder of all packages): `lerna run clean`
* Clean (delete `dist` folder of all packages): `lerna run clean`
* Run examples: `cd packages/examples && npm run start`

## Continuous Integration
The JSONForms project is build and tested via [Travis](https://travis-ci.org/). Coverage is documented by [Coveralls](https://coveralls.io).
Expand Down
Loading

0 comments on commit ca69d97

Please sign in to comment.