https://github.com/nethermindeth/docs
Nethermind documentation
https://github.com/nethermindeth/docs
Last synced: about 1 year ago
JSON representation
Nethermind documentation
- Host: GitHub
- URL: https://github.com/nethermindeth/docs
- Owner: NethermindEth
- License: cc-by-4.0
- Created: 2020-06-15T08:00:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:09:57.000Z (over 1 year ago)
- Last Synced: 2025-03-05T09:45:45.127Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://docs.nethermind.io
- Size: 87.7 MB
- Stars: 9
- Watchers: 18
- Forks: 42
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nethermind docs
Built with [Docusaurus](https://docusaurus.io).
## Running locally
Requires [Node.js](https://nodejs.org/en/download) v18 or later.
If running the first time, install dependencies:
```bash
npm i
```
Run the docs as follows:
```bash
npm run start
```