This book is served with VitePress. You can see the VitePress getting started guide at https://vitepress.dev/guide/getting-started.
- Install bun,
curl -fsSL https://bun.sh/install | bash - Make it available in
PATH,source ~/.bashrc - Make sure the working directory is
firedancer/book bun installbun run dev
Note
If you're running this on a remote host, run:
bun run dev --host to expose the endpoint.
This will serve a local docs site.