Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flashbots/flashbots-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

780 Commits

Repository files navigation

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

Use Node.js v22.18+

Note: if you want to install the node packages from within a Docker container (recommended for security), then you can start it like this:

docker run -p 3000:3000 --rm -it -w /mnt -v $(pwd):/mnt node:22.18.0 /bin/bash

First create a copy of the environment file .env.template in the root of the codebase and rename it to .env

Then run the following:

yarn install

Local Development

First create a local .env file to fill in env variable placeholders necessary for setting up the development. Note that these are merely placeholders.

cp .env.template .env

Then run the below command to start a local development server (and may open up a browser window). Some changes are reflected live without having to restart the server.

yarn start

You can open the local docs at http://localhost:3000/

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Create a PR and once merged, Github actions automatically deploy it.

The docs use Vercel for hosting, and deployment is done by Vercel on any merge into the master branch.

About

Resources

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-docs

Stars

Watchers

Forks

Contributors 69

AltStyle によって変換されたページ (->オリジナル) /