React-based GUI for management and monitoring of Nimbus fleets
Go to file
RadoslavDimchev 4ff349bbf2 fix: remove component from Text 2023-11-15 23:59:37 +02:00
.github/workflows
.storybook
.yarn
public feat: add new icon for download backups 2023-10-31 16:35:15 +02:00
src fix: remove component from Text 2023-11-15 23:59:37 +02:00
.eslintrc.cjs
.gitignore
.nojekyll
.nvmrc
.prettierrc
.tool-versions
.yarnrc.yml
LICENSE
LICENSE-APACHEv2
LICENSE-MIT
README.md
animations.ts
index.html
package.json Merge pull request #23 from nimbus-gui/Create-dashboard-grid 2023-11-03 11:31:18 +02:00
tamagui.config.ts
themes.ts
tokens.ts
tsconfig.json
tsconfig.node.json
vercel.json
vite.config.ts
yarn.lock Merge pull request #23 from nimbus-gui/Create-dashboard-grid 2023-11-03 11:31:18 +02:00

README.md

nimbus-gui

A GUI for managing your Nimbus nodes.

Deployed pages showing the project

We have a Storybook up at https://nimbus-gui.github.io/nimbus-gui/ which shows the components of the project. We also have a deployed version of the GUI up at https://nimbus-gui.vercel.app/ which shows the GUI as it currently looks in the main branch of the nimbus-gui/nimbus-gui repository.

Development and running the project yourself

Dependencies

Run yarn in the root directory of the project in order to install dependencies.

Running a development server

If you want to run a development server to see what the GUI looks like you can run the following command:

yarn dev

This will start the server on port 5173 and you can open https://localhost:5173 in order to see the page.

Running storybook locally

If you want to run the Storybook locally you can simply run yarn storybook in the root of the project. This is useful if you want to contribute a component and be sure that it renders as you expect it to, without testing it out on any given page.