Skip to content

Latest commit

 

History

History
 
 

book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 nodejs 18 or higher. Eg, dnf module install nodejs:18/common
  2. Install bun, curl -fsSL https://bun.sh/install | bash
  3. Make it available in PATH, source ~/.bashrc
  4. Make sure the working directory is firedancer/book
  5. bun install
  6. 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.