https://github.com/chieftools/docs
Learn about how the Chief Tools work and how to use them.
https://github.com/chieftools/docs
Last synced: 6 days ago
JSON representation
Learn about how the Chief Tools work and how to use them.
- Host: GitHub
- URL: https://github.com/chieftools/docs
- Owner: chieftools
- Created: 2022-08-04T10:10:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-20T20:17:14.000Z (about 1 month ago)
- Last Synced: 2025-12-22T19:48:21.200Z (about 1 month ago)
- Language: MDX
- Homepage: https://docs.chief.tools
- Size: 1.34 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chief Tools Documentation
The Zudoku powered documentation for [Chief Tools](https://chief.app?ref=chiefdocs).
## Contributing
Start with installing the dependencies:
```bash
yarn install --frozen-lockfile
```
Create a `.env` file by copying the example:
```bash
cp .env.example .env
```
Run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser and start hacking.
### Zudoku
These docs are built with Zudoku, learn more in the [Zudoku documentation](https://zudoku.dev/docs).