Skip to content

axiom-crypto/axiom-docs

Repository files navigation

Axiom V2 Developer Documentation

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.

Local development

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