https://github.com/ohcnetwork/docs
https://github.com/ohcnetwork/docs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohcnetwork/docs
- Owner: ohcnetwork
- License: mit
- Created: 2024-02-13T10:41:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T06:50:33.000Z (about 1 year ago)
- Last Synced: 2025-04-09T03:15:40.488Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.ohc.network
- Size: 9.86 MB
- Stars: 2
- Watchers: 5
- Forks: 23
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/index.md
- License: LICENSE
Awesome Lists containing this project
README
# OHC Docs
Home for OHC documentation.
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
npm i
```
### Local Development
```
npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.