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