|
|
há 7 anos atrás | |
|---|---|---|
| flow-typed | há 8 anos atrás | |
| private | há 7 anos atrás | |
| public | há 8 anos atrás | |
| server | há 7 anos atrás | |
| src | há 7 anos atrás | |
| .babelrc | há 8 anos atrás | |
| .dockerignore | há 8 anos atrás | |
| .editorconfig | há 8 anos atrás | |
| .eslintignore | há 8 anos atrás | |
| .eslintrc | há 7 anos atrás | |
| .flowconfig | há 8 anos atrás | |
| .gitignore | há 8 anos atrás | |
| Dockerfile | há 8 anos atrás | |
| LICENSE | há 8 anos atrás | |
| README.md | há 7 anos atrás | |
| cypress.json | há 7 anos atrás | |
| package.json | há 7 anos atrás | |
| server.js | há 8 anos atrás | |
| webpack.config.js | há 7 anos atrás | |
| yarn.lock | há 7 anos atrás |
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