Skip to content

Commit

Permalink
Update README & Remove tools/
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 2, 2016
1 parent 83750fd commit c7f8221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 45 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ $ npm start

#### Development on local

__*[OS X]*__ If you're using Docker ToolBox (or Boot2Docker) in development mode, you should use [docker-osx-dev](https://github.com/brikis98/docker-osx-dev):

```bash
$ docker-osx-dev -e node_modules -e .git -e build
```

Waiting [Docker for OS X/Windows beta](https://beta.docker.com/) release, we will not need `docker-osx-dev` in the future.
Use [Docker](https://www.docker.com/products/docker) for development.

```bash
$ docker-compose -f docker-compose.dev.yml up
Expand All @@ -57,19 +51,16 @@ $ docker-compose up
First start MongoDB, and run:

```bash
# Lint
$ npm run lint
# Test
$ npm test
# watch
# Watch test
$ npm test -- --watch
# get code coverage report
# Get code coverage report
$ npm run test-cov
```

#### Lint

```bash
$ npm run lint
```

## License

[MIT](LICENSE.md)
6 changes: 0 additions & 6 deletions tools/osx-bootstrap.sh

This file was deleted.

24 changes: 0 additions & 24 deletions tools/ubuntu-bootstrap.sh

This file was deleted.

0 comments on commit c7f8221

Please sign in to comment.