https://github.com/api3dao/dao-docs
https://github.com/api3dao/dao-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/api3dao/dao-docs
- Owner: api3dao
- License: mit
- Created: 2024-10-18T21:46:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T10:45:21.000Z (about 2 months ago)
- Last Synced: 2026-04-03T15:57:31.778Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://dao-docs.api3.org
- Size: 11.8 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAO docs preview
Documentation for dao-related matters.
## Instructions
To install deps:
```sh
pnpm install
```
and to run in dev mode:
```sh
pnpm run docs:dev
```
## Deployment
Firebase is used to host the `dao-docs` technical documentation. A preview
deployment is generated for every PR, while the main deployment is updated with
every merge to the `main` branch. The url for the main deployment is:
[https://dao-docs.web.app](https://dao-docs.web.app).