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

https://github.com/blockstreamresearch/simplicity-lang-org

Simplicity Documentation Site
https://github.com/blockstreamresearch/simplicity-lang-org

Last synced: 7 months ago
JSON representation

Simplicity Documentation Site

Awesome Lists containing this project

README

          

## Simplicity Docs

The site is built on `Material for MkDocs`

Building

```bash
# Install dependencies
pip install -r requirements.txt

# Serve locally with hot reload
mkdocs serve

# Build for production
python -m mkdocs build
```