This repo contains the source code for the developer documentation for Axiom V2. To learn more about Axiom, check out our website or announcement blog post. To discuss, collaborate, or give feedback, join our community on Telegram. PR's fixing mistakes or typos are welcome!
These docs are built using the Docusaurus framework.
Install dependencies before running
npm install
Open a .env
file and set the following environment variables to 1
in the file:
ANGOLIA_APP_ID
ANGOLIA_API_KEY
Start the server
npm run start