From bb88426a3146dcfd0c74b20a59cd8bd772851fb0 Mon Sep 17 00:00:00 2001 From: John Datserakis Date: Thu, 24 Aug 2017 09:05:04 -0400 Subject: [PATCH] removed yarn install now that sendgrid-node is sorted out --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 8695880..2318384 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ This is a simple SPA built using [Koa](http://koajs.com/) (2.3) as the backend a ``` bash # install dependencies -yarn install +npm install # serve using nodemon with hot reload npm run watch @@ -44,9 +44,7 @@ npm run watch # build for production with prettier npm run build -# serve in production using the pm2 ecosystem.json file Note: Currently -# using yarn for the install due to the SendGrid node package requiring this -# at the moment. +# serve in production using the pm2 ecosystem.json file npm run start-production ``` @@ -119,4 +117,4 @@ Go ahead and fork the project! Message me here if you have questions or submit a Copywrite 2017 John Datserakis -[MIT](http://opensource.org/licenses/MIT) \ No newline at end of file +[MIT](http://opensource.org/licenses/MIT)