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

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.

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).