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

https://github.com/refuel-ai/refuel-docs


https://github.com/refuel-ai/refuel-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# refuel-docs

## Local Testing

```bash
# clone the repo
git clone https://github.com/refuel-ai/refuel-docs.git
# change the directory to refuel-docs
cd refuel-docs
# get the submodules
git submodule update --init --recursive
# install the dependencies
pip install mkdocstrings mkdocstrings-python mkdocs-jupyter mkdocs-table-reader-plugin
# start the server
mkdocs serve
```