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

https://github.com/thangbuiq/docs

technical doc mkdocs terminal
https://github.com/thangbuiq/docs

Last synced: 7 months ago
JSON representation

technical doc mkdocs terminal

Awesome Lists containing this project

README

          

# tech docs

feel free to clone my repo and use it as a template for your own tech docs

## prerequisites

- `python3`: https://www.python.org/downloads/
- `uv`: https://github.com/astral-sh/uv

## getting started

1. clone the repo
2. install the dependencies

```bash
uv sync
```

3. start the development server

```bash
uv run mkdocs serve
```

4. open the browser and go to `http://localhost:8000`