Skip to content

Commit

Permalink
update config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoitch committed Sep 14, 2014
1 parent 941c829 commit 3b0c57f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ bower_components

# Builds
dist/
export.sh
server/config.json
export.sh
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A modern, minimalist WYSIWYG editor.

## Playing
1. Build
2. For image uploading and embedding, enter your credentials in `server/config.json`
2. Copy or rename `server/config.example.json` to `server/config.json`. Then optionally add your credentials to the file for image uploading and embedding.
3. Start the server: `npm start`
4. Navigate to the demo at [http://localhost:5000](http://localhost:5000)

Expand All @@ -22,7 +22,5 @@ A modern, minimalist WYSIWYG editor.

## Dev tips
- `gulp watch` to auto build/test as you save files
- Running the server is only necessary if you want image uploads and embeds. You can just open demo/index.html


---
File renamed without changes.

0 comments on commit 3b0c57f

Please sign in to comment.