This tool is for internal bluegenes tool API development/debug/testing use. It doesn't do anything useful as a tool!
Feel free to add things to this tool when you find yourself manually creating tools to test specific aspects of the tool API.
- Clone the repo
cd bluegenes-tool-test
and thennpm install
to install dependencies.
All of the editable source files for css and js are in src
. To bundle for prod, run the following commands:
Assuming less is installed globally:
npm run less
Assuming webpack is installed globally:
npm run build
Run each of these commands in separate terminals:
To rebuild your js every time you save:
npm run dev
To serve your page at http://localhost:3456:
npm run server