Web GUI for coriolis
- node >=6.x and yarn are required
- clone repo
- run
yarn installoryarn install --productionto install packages and dependencies for development or production mode - change the
coriolisUrlvariable in ./src/config.js to match the Coriolis Server path
- run
yarn build - run
node server.jsto start the server
Your server will be running at http://localhost:3000/
- unit tests can be run using
yarn test - e2e integration tests can be run using
yarn cypress. First though, you have to create theprivate/cypress/config.jsfile usingprivate/cypress/config.template.jsas a template and then runyarn buildandnode server.
- run
yarn startto start local development server
Your development server will be running at http://localhost:3000/
This should be used only for development, as it contains live-reload and other development tools.
You can view some of the UIs components in the Storybook by running yarn storybook