Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Getting Started

This book is served with VitePress. You can see the VitePress getting started guide at https://vitepress.dev/guide/getting-started.

Developing

  1. Install bun, curl -fsSL https://bun.sh/install | bash
  2. Make it available in PATH, source ~/.bashrc
  3. Make sure the working directory is firedancer/book
  4. bun install
  5. 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.