https://github.com/ziwot/nodes-health
Public Tezos Nodes Health Check
https://github.com/ziwot/nodes-health
Last synced: 5 months ago
JSON representation
Public Tezos Nodes Health Check
- Host: GitHub
- URL: https://github.com/ziwot/nodes-health
- Owner: ziwot
- License: mit
- Created: 2022-01-20T20:15:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T12:15:56.000Z (over 3 years ago)
- Last Synced: 2025-08-30T07:36:58.688Z (10 months ago)
- Language: ReScript
- Homepage: https://der-alter.github.io/nodes-health/
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tezos Nodes Health Check
Simple page to check nodes health
## Install
```
pnpm i
```
## Dev
```sh
pnpm start
```
## Deployment
Now deployed with [actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)
- Create a `gh-pages` branch
- configure the repo to Deploy from this branch
- add a `PUBLIC_PATH` secret with the GitHub repository name as value (`/nodes-health/`)
This project is based on a [template](https://github.com/jihchi/vitejs-template-react-rescript)