|
|
hace 6 años | |
|---|---|---|
| flow-typed | hace 8 años | |
| private | hace 6 años | |
| public | hace 8 años | |
| server | hace 7 años | |
| src | hace 6 años | |
| .babelrc | hace 8 años | |
| .dockerignore | hace 8 años | |
| .editorconfig | hace 8 años | |
| .eslintignore | hace 8 años | |
| .eslintrc | hace 7 años | |
| .flowconfig | hace 8 años | |
| .gitignore | hace 8 años | |
| Dockerfile | hace 6 años | |
| LICENSE | hace 8 años | |
| README.md | hace 7 años | |
| config.js | hace 6 años | |
| cypress.json | hace 7 años | |
| package.json | hace 6 años | |
| server.js | hace 8 años | |
| webpack.config.js | hace 7 años | |
| yarn.lock | hace 6 años |
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