Skip to content

Commit

Permalink
Removing remaining artefacts of mock mode!
Browse files Browse the repository at this point in the history
  • Loading branch information
GordyD committed Mar 17, 2016
1 parent 472aedf commit 9118aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@ $ npm install

## Quick start

Start the development server (in "mock mode") with:
Start the development server (in "local mode") with:

```bash
$ source config/mock.sh
$ source config/local.sh
$ npm start
```

Open your web browser and navigate to `http://localhost:3000/`. You can see the
mock data by logging in with email "**demo**" and password "**demo**".
Open your web browser and navigate to `http://localhost:3000/`.

### Running local

Expand Down Expand Up @@ -280,7 +279,7 @@ $ npm run server
You can also build everything at once locally by simply running:

```bash
$ source config/mock.sh
$ source config/local.sh
$ npm run build
$ npm run server
```
1 change: 0 additions & 1 deletion config/mock.sh

This file was deleted.

0 comments on commit 9118aa4

Please sign in to comment.