From ba25ed67243047517037b9d623fc2a8929137c98 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Sat, 19 Jan 2019 17:16:30 -0500 Subject: [PATCH] Readme: Instructions for installing and building source --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.markdown b/README.markdown index f6a3595..46ee915 100644 --- a/README.markdown +++ b/README.markdown @@ -1,2 +1,16 @@ Weather Dashboard ================= + +## Install + +Install all the dependencies for the project with + + $ npm install dev + +## Build + +Then run + + $ npm run build + +to create all site code in `dist`. To deploy serve the `dist` directory.