From aaa6875dcbc4de0bfa808f6bb5a7ea11f62464b8 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 3 Mar 2018 22:52:41 -0500 Subject: [PATCH] document it --- README-frontend.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README-frontend.md b/README-frontend.md index 368d2673..c70dc1f8 100644 --- a/README-frontend.md +++ b/README-frontend.md @@ -3,9 +3,12 @@ Make sure you have `nodemon` and `node-sass` installed `$ npm install -g nodemon node-sass` -Run both of the following at the same time, in two terminals +Run the following at the same time, in two terminals ``` -$ nodemon server.js +$ API=http://localhost:3001 nodemon server.js $ node-sass -w sass/application.scss public/css/application.css -``` \ No newline at end of file +``` + +Run the metamaps api in another terminal using +`$ rails s -p 3001` \ No newline at end of file