Skip to content

AssetFetch/web

Repository files navigation

The AssetFetch Website

This repository contains the code for AssetFetch.org.

If you are looking for the specification itself, simply visit AssetFetch/spec

Local Development

The site is built automatically using MkDocs-Material which means that the markdown files in the /docs subdirectory are rendered out into static HTML. To get started with local development, run docker compose up. To simulate the real build process, set the environment variable AF_MKDOCS_COMMAND to build and then run docker compose up again. This will output the final site into /site.