NGWOS Data Portal Prerequisites: node.js version 10 VS code IDE Installation Clone the github repository Run npm install in the repository folder to install project dependencies Development CTRL-SHIFT-R (VS Code 'Run Task') shortcut, and select 'npm start' to run a live dev sever Edit files in /src to develop Build CTRL-SHIFT-R (VS Code 'Run Task') shortcut, and select 'npm build' to build a production version that is saved to /dist