Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterproof/nodes-health
Public Tezos Nodes Health Check
https://github.com/walterproof/nodes-health
Last synced: about 2 months ago
JSON representation
Public Tezos Nodes Health Check
- Host: GitHub
- URL: https://github.com/walterproof/nodes-health
- Owner: WalterProof
- License: mit
- Created: 2022-01-20T20:15:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T12:15:56.000Z (about 2 years ago)
- Last Synced: 2024-07-06T13:56:22.629Z (6 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)