README.md
# OurBigBook Template
This is a sample project that you can use to get started with the [OurBigBook Project](https://docs.ourbigbook.com).
The source file of the homepage is [index.bigb](index.bigb).
You can build and view the HTML locally yourself by following the [OurBigBook CLI quick start instructions](https://docs.ourbigbook.com/#ourbigbook-cli-quick-start):
```
git clone https://github.com/cirosantilli/cirosantilli.github.io
cd cirosantilli.github.io
npm install
npx ourbigbook .
firefox _out/html/index.html
```