This book is officially deployed at https://hedgehog-book.github.io with interactive examples.
- Clone this repository to your local hard drive:
git clone https://github.com/Hedgehog-Computing/docs.git
- Install next.js and its dependencies via
yarn install
:
yarn install
- Serve a local next.js server:
yarn next
- If you want to build the book as a static HTML website locally, run
yarn next build
andyarn next export
:
yarn next build
yarn next export
s