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
- Host: GitHub
- URL: https://github.com/chain4energy/c4e-docs
- Owner: chain4energy
- Created: 2023-02-21T09:33:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T15:12:38.000Z (5 months ago)
- Last Synced: 2026-01-13T18:05:28.298Z (5 months ago)
- Topics: blockchain, c4e, cosmos-sdk, documentation
- Language: TypeScript
- Homepage: https://docs.c4e.io
- Size: 21.4 MB
- Stars: 1
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```