|
|
vor 6 Jahren | |
|---|---|---|
| flow-typed | vor 8 Jahren | |
| private | vor 6 Jahren | |
| public | vor 8 Jahren | |
| server | vor 7 Jahren | |
| src | vor 6 Jahren | |
| .babelrc | vor 8 Jahren | |
| .dockerignore | vor 8 Jahren | |
| .editorconfig | vor 8 Jahren | |
| .eslintignore | vor 8 Jahren | |
| .eslintrc | vor 7 Jahren | |
| .flowconfig | vor 8 Jahren | |
| .gitignore | vor 8 Jahren | |
| Dockerfile | vor 6 Jahren | |
| LICENSE | vor 8 Jahren | |
| README.md | vor 7 Jahren | |
| config.js | vor 6 Jahren | |
| cypress.json | vor 7 Jahren | |
| package.json | vor 6 Jahren | |
| server.js | vor 8 Jahren | |
| webpack.config.js | vor 7 Jahren | |
| yarn.lock | vor 6 Jahren |
Web GUI for coriolis
yarn install or yarn install --production to install packages and dependencies for development or production modecoriolisUrl variable in ./src/config.js to match the Coriolis Server pathyarn buildnode server.js to start the serverYour server will be running at http://localhost:3000/
yarn testyarn cypress. First though, you have to create the private/cypress/config.js file using private/cypress/config.template.js as a template and then run yarn build and node server.yarn start to start local development serverYour 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