1
0

Update README.md

This commit is contained in:
David Baldwynn 2016-04-21 12:10:00 -07:00
parent 01d1faa01f
commit 4c9d44f4b4

View File

@ -58,12 +58,20 @@ MAILER_SERVICE_PROVIDER=Mandrill
BASE_URL=yourdomain.com
```
Create this directory or you will get errors.
```
mkdir uploads/pdfs
```
Edit the 'env' config in gruntfile.js to make sure your .env file is being used. If you don't include this your app won't run
To run:
```bash
$ grun
```
To run development version:
```$ grunt default```
To run production version:
```$ grunt production```
Your application should run on port 3000, so in your browser just go to [http://localhost:3000](http://localhost:3000)