Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.06 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.06 KB

The Water We Eat

This project contains source code for the waterweeat.com website.

Setup

npm install

Build

# for production:
npm run build
cp -r src/download dist/

# for development:
npm run devbuild

Run locally

npm run start
open http://localhost:8080/

Deploy

Copy dist folder contents to remote server

Tech stack

Shims/Utils

Services

Supported browsers

  • chrome
  • firefox
  • safari
  • opera
  • msie
  • edge