An open API service indexing awesome lists of open source software.

https://github.com/nethermindeth/docs

Nethermind documentation
https://github.com/nethermindeth/docs

Last synced: about 1 year ago
JSON representation

Nethermind documentation

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
```