Skip to content

Commit

Permalink
removed 81235$
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Sep 22, 2015
1 parent 20115fd commit eacd2c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -19,12 +19,12 @@ Then, include it right before `</body>` like so:

## Development

Want to contribute to tota11y? Awesome!
Want to contribute to tota11y? Awesome! Run the following in your terminal:

```
$ git clone https://github.com/Khan/tota11y.git
$ cd tota11y/
$ npm install
git clone https://github.com/Khan/tota11y.git
cd tota11y/
npm install
```

## Architecture Overview
Expand All @@ -44,20 +44,20 @@ tota11y uses a variety of technologies, including [jQuery](https://jquery.com/),
You can run unit tests on tota11y with the following:

```
$ npm test
npm test
```

Or lint with:

```
$ npm run lint
npm run lint
```

To perform manual testing as you work, you can run a live dev-server with the
following:

```
$ npm run live-test
npm run live-test
```

Then navigate to `http://localhost:8080/webpack-dev-server/test/`. This page
Expand All @@ -68,7 +68,7 @@ will automatically reload with changes.
You can build a bundled copy of tota11y with:

```
$ npm run build
npm run build
```

## Special thanks
Expand Down

0 comments on commit eacd2c2

Please sign in to comment.