This book is served with VitePress. You can see the VitePress getting started guide at https://vitepress.dev/guide/getting-started
- Install nodejs 18 or higher. Eg,
dnf module install nodejs:18/common
- 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 install
bun 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.