Reference documentation for the Aestus MEV-Boost relay.
npm install
npm startThis starts a local development server at http://localhost:3000/docs/.
npm run buildThe static site is generated in the build/ directory.
The project includes a Dockerfile for serving the static content via Nginx.
docker build -t aestus-docs .
docker run -p 8080:80 aestus-docs