Skip to content

Commit

Permalink
Merge pull request #33 from breznak/readme_webpack
Browse files Browse the repository at this point in the history
Document webpack installation and runnig
  • Loading branch information
rhyolight authored May 11, 2017
2 parents 613b0e5 + 318d244 commit 4419b0c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Cell-viz

This is an attempt at recreating an old illustration. See it live at
https://numenta.github.io/cell-viz/ or fiddle with it at http://jsfiddle.net/7tbm3mv1/4/.

Usage
## Dependencies

```
npm install webpack
```
Webpack can be installed and run [locally](https://webpack.js.org/guides/installation/#local-installation), or [globally](https://webpack.js.org/guides/installation/#global-installation)

## Usage
-----

Run a simple server suitable for development:
Expand All @@ -19,7 +28,7 @@ $ webpack

Use `out/dyson.js`;

Examples
## Examples
--------

Open `example1.html`, `example2.html`, or `example3.html`.

0 comments on commit 4419b0c

Please sign in to comment.