Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Tweaks README.
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Feb 4, 2016
1 parent 18b3302 commit 115fbe6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -8,21 +8,19 @@ A sample web app that lets you record voice memos. It uses ES6 classes (via Babe

## Running application locally

1. Clone project.
1. Clone the project.

2. Install this [Google App Engine SDK For Python](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python).
2. Install the [Google App Engine SDK For Python](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python).

3. Run SDK app to create symlinks for `dev_appserver.py`.
3. Run the SDK app to create symlinks for `dev_appserver.py`.

4. Run `npm install` in __voice-memos/__.

4.1. If you're using node >= 4.0, you should propably run `npm uninstall --save-dev gulp-sass` and then `npm install --save-dev gulp-sass`.
5. Run `gulp` in __voice-memos/__ to make a build.

5. Run `gulp` in __voice-memos/__.
6. Run `dev_appserver.py voice-memos/` or add it to the GAE Launcher you downloaded (Existing app, (Ctrl|Cmd)+Shift+N, __voice-memos/__).

6. Run `dev_appserver.py voice-memos/`

7. Enjoy your local version of app :).
7. Enjoy your local version of Voice Memos!

## License

Expand Down

0 comments on commit 115fbe6

Please sign in to comment.