|
|
преди 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