Browse Source

Readme: Instructions for installing and building source

master
Nathan Bergey 5 years ago
parent
commit
ba25ed6724
  1. 14
      README.markdown

14
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.
Loading…
Cancel
Save