From 4c9d44f4b4f8712e1464af2a2a9a736031974209 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 12:10:00 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a537b261..3c6b8100 100755 --- a/README.md +++ b/README.md @@ -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)