diff --git a/README.md b/README.md index 74cd54a7..305ba9fa 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ https://nimbus-gui.vercel.app/ which shows the GUI as it currently looks in the `main` branch of the [`nimbus-gui/nimbus-gui`](https://github.com/nimbus-gui/nimbus-gui) repository. +Here is a list with the available pages: +- [Main page](https://nimbus-gui.vercel.app/) +- [Device pairing page](https://nimbus-gui.vercel.app/pair-device) +- [Validator onboarding page](https://nimbus-gui.vercel.app/validator-onboarding) +- [Validator management page](https://nimbus-gui.vercel.app/validator-management) +- [Dashboard page](https://nimbus-gui.vercel.app/dashboard) +- [Device Health Check page](https://nimbus-gui.vercel.app/device-health-check) +- [Device Sync Status page](https://nimbus-gui.vercel.app/device-sync-status) +- [Create Local Node page](https://nimbus-gui.vercel.app/create-local-node) +- [Logs page](https://nimbus-gui.vercel.app/logs) + ## How to Contribute ### Install all dependencies @@ -54,6 +65,17 @@ yarn dev This will start the server on port 5173 and you can open https://localhost:5173 in order to see the page. +For example here are some of the pages you can see: +- Main page - http://localhost:5173/ +- Device pairing page - http://localhost:5173/pair-device +- Validator onboarding page - http://localhost:5173/validator-onboarding +- Validator management page - http://localhost:5173/validator-management +- Dashboard page - http://localhost:5173/dashboard +- Device Health Check page - http://localhost:5173/device-health-check +- Device Sync Status page - http://localhost:5173/device-sync-status +- Create Local Node page - http://localhost:5173/create-local-node +- Logs page - http://localhost:5173/logs + ### Launch Storybook locally If you want to run the Storybook locally you can simply run `yarn storybook` in