The final website for this build is : https://labs.waterdata.usgs.gov/visualizations/
- node.js:
- versions that have worked: 20.11.0, 20.0.0, 18.13.0
- git
Clone the repository (https://help.github.com/articles/cloning-a-repository/)
git clone https://github.com/DOI-USGS/vizlab-home.git
Inside of your project folder (after clone):
npm install
Run locally:
npm run serve
Build a production version:
npm run build