Welcome to the Firechain documentation, built with the Material theme for MkDocs.
https://github.com/0xfirechain/firechain.git
cd firechain/wiki-docs
-
Download and install Python 3.11: https://www.python.org/downloads/
-
Install the
virtualenv
package:
pip install virtualenv
- Build and serve the html
./run.sh
The site runs at: http://127.0.0.1:8000/
Dockerfile
to run locally.
- Spin up the image:
docker build -t firechain-docs .
- Run the container:
docker compose up
The site runs at: http://127.0.0.1:8000/