The following instructions describe how to build the 'main.js' used by the tower and buoy meteorogram web applications. 1. Install NPM and Node.js to be able to download/install dependencies 2. Change to the same directory as this README file. 3. Run `npm install` 5. Run webpack to combine all javascript files in one file (for development): npm run webpack For production (final) version: NODE_ENV=production npm run webpack Which will minify the final javascript file.
Forked from
MetObs / MetObsSite
50 commits behind, 2 commits ahead of the upstream repository.
William Roberts
authored
Name | Last commit | Last update |
---|---|---|
.. | ||
plot | ||
ui | ||
.babelrc | ||
README | ||
controller.js | ||
dispatcher.js | ||
meteorogram.js | ||
meteorogram.js.map | ||
package-lock.json | ||
package.json | ||
site_configs.js | ||
site_configs_lobby.js | ||
webpack.config.js |