Source for docs.horizen.io — developer documentation for Horizen, an EVM-identical L3 on Base using the OP Stack.
npm install
npm run startSearch does not work in dev mode — run
npm run build && npm run serveto test search locally.
Create a .env file at the root with:
ALGOLIA_APP_ID=
ALGOLIA_API_KEY=
ALGOLIA_INDEX_NAME=
- Fork the repo and create a branch
- Make your changes under
docs/ - Run
npm run startto preview - Open a pull request against
main
npm run buildOutputs to /build. The LLM discovery files (/llms.txt, /llms-full.txt, /llms-ctx.txt) are generated automatically at build time.