Skip to content

Commit

Permalink
Update README styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephine-Chen committed Feb 21, 2017
1 parent 68c9b70 commit 66b03f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,25 @@ FocusPro runs on the following tech stack:


To set up local database (Mac):

1. Download and install Postgres.app.
2. Create config.js in server/config/ and insert the following (replace username with your username):
2. Follow the steps here: [Enable SSL in Postgres.app on Mac](http://blog.workherder.com/enable-ssl-in-the-postgres-app-on-mac-os-x/)
3. Create config.js in server/config/ and insert the following (replace username with your username):
```javascript
module.exports = {
'LOCAL_DATABASE_URL': 'postgres://username:@localhost:5432/username'
}
```
3. Follow the steps here: [Enable SSL in Postgres.app on Mac](http://blog.workherder.com/enable-ssl-in-the-postgres-app-on-mac-os-x/)


To use Chrome Extension:

1. Navigate to chrome://extensions on a Chrome tab.
2. Click 'Developer Mode' and then 'Load unpacked extension...'
2. Navigate to the extension folder and select it.

To start the application on a local machine:

1. Run 'npm install'.
2. Run 'npm install webpack -g'.
3. Run 'webpack --watch', 'npm start', and 'psql "sslmode=require"' on terminal tabs.
Expand Down

0 comments on commit 66b03f7

Please sign in to comment.