Web interface for the Cockpit experiments
- Node (https://nodejs.org/en/download/)
- NPM (run
npm install npm -g) - Gulp (run
npm install --global gulp-cli)
Run npm update to get everything that is needed.
After that run gulp to build the whole project, the output will end up in the /dist folder.
Run gulp tasks for the following (eg. gulp serve).
default- Build the whole project to/distfolderwatch- Watch for file changes and build when detected (to/distfolder)serve- Setup local webserver hosting the build project at http://localhost:5504compileTypeScript- Build and copy over only the TypeScript filescompileStylus- Build and copy over only the stylescopyHTML- Only copy over the html files
"newrelic": "^5.6.3",