Skip to content

enrlabs/firechain-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firechain docs

Welcome to the Firechain documentation, built with the Material theme for MkDocs.

Build and serve the site

Clone the repo

https://github.com/0xfirechain/firechain.git
cd firechain/wiki-docs

Run with Python

  1. Download and install Python 3.11: https://www.python.org/downloads/

  2. Install the virtualenv package:

pip install virtualenv
  1. Build and serve the html
./run.sh

The site runs at: http://127.0.0.1:8000/

Run with Docker

⚠️ Remove line 10 from the Dockerfile to run locally.

  1. Spin up the image:
docker build -t firechain-docs .
  1. Run the container:
docker compose up

The site runs at: http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 76.6%
  • Shell 23.4%