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

https://github.com/chain4energy/c4e-docs

Chain4Energy's official documentation repository
https://github.com/chain4energy/c4e-docs

blockchain c4e cosmos-sdk documentation

Last synced: 5 months ago
JSON representation

Chain4Energy's official documentation repository

Awesome Lists containing this project

README

          

## Prequisites
- Node.js >= 20.6.0
- pnpm >= 7

## Usage

Install dependencies:
```bash
pnpm install
```
Run locally:
```bash
pnpm docs:dev
```
Build:
```bash
pnpm docs:build
```
Run the build:
```bash
pnpm docs:serve
```