Skip to content

Commit

Permalink
Merge pull request #49 from maggiejaenicke/MJ-1
Browse files Browse the repository at this point in the history
updates README with instructions for local setup
  • Loading branch information
cnell-usgs authored Jan 30, 2024
2 parents a138c34 + 3f0cd07 commit 6ad219b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# USGS Vizlab portfolio

The final website for this build is : https://labs.waterdata.usgs.gov/visualizations/


## Required Software
- node.js:
- versions that have worked: 20.11.0, 20.0.0, 18.13.0
- git

### Installing

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`


## Building and testing

Run locally:
`npm run serve`

Build a production version:
`npm run build`

0 comments on commit 6ad219b

Please sign in to comment.