Weather dashboard https://natronics.org/weather/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
273 B

5 years ago
5 years ago
  1. Weather Dashboard
  2. =================
  3. ## Install
  4. Install all the dependencies for the project with
  5. $ npm install
  6. ## Build
  7. Then run
  8. $ npm run build
  9. to create all site code in `dist`. To deploy serve the `dist` directory.
  10. ## Hack
  11. Dev mode:
  12. $ npx webpack