test01-nist
v0.2.3
Published
NIST Methane Plume Viewer interface
Readme
Pre requisities
- Install node
- use latest node version
- if using nvm, run
nvm use
- if using nvm, run
Install dependency
run yarn
Run application in Local
- create
.env.locala replica of.env.local-samplewith the appropriate tokens - run
yarn start
Bundle using webpack
run yarn build
