https://github.com/refuel-ai/refuel-docs
https://github.com/refuel-ai/refuel-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/refuel-ai/refuel-docs
- Owner: refuel-ai
- Created: 2023-10-12T19:09:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:19:42.000Z (8 months ago)
- Last Synced: 2024-12-31T15:16:35.651Z (4 months ago)
- Size: 3.32 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```