Skip to content

Commit

Permalink
Release 1.0.1 with minor changes (mostly build changes).
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Jun 24, 2017
1 parent 4419b0c commit 5657ed8
Show file tree
Hide file tree
Showing 12 changed files with 150,466 additions and 26 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
node_modules

dyson.js
node_modules/
.DS_Store/
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,27 @@
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/.

## Dependencies
## Installation

```
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)
npm install .

## Usage
-----

Run a simple server suitable for development:

```
$ npm install
$ npm start
```
npm start

Generate static assets:

```
$ webpack
```
npm run build

Use `out/dyson.js`;

Use `bin/cell-viz-VERSION.bundle.js`;

## Examples
--------

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

Or run `npm start` and open http://localhost:8080/webpack-dev-server/.
Loading

0 comments on commit 5657ed8

Please sign in to comment.