|
|
7 лет назад | |
|---|---|---|
| flow-typed | 8 лет назад | |
| private | 7 лет назад | |
| public | 8 лет назад | |
| server | 7 лет назад | |
| src | 7 лет назад | |
| .babelrc | 8 лет назад | |
| .dockerignore | 8 лет назад | |
| .editorconfig | 8 лет назад | |
| .eslintignore | 8 лет назад | |
| .eslintrc | 7 лет назад | |
| .flowconfig | 8 лет назад | |
| .gitignore | 8 лет назад | |
| Dockerfile | 8 лет назад | |
| LICENSE | 8 лет назад | |
| README.md | 7 лет назад | |
| config.js | 7 лет назад | |
| cypress.json | 7 лет назад | |
| package.json | 7 лет назад | |
| server.js | 8 лет назад | |
| webpack.config.js | 7 лет назад | |
| yarn.lock | 7 лет назад |
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