To view this website, visit docs.minaprotocol.com.
Click the Suggest changes button at the bottom left of any page on the docs website to edit that page and submit a pull request via Github.
git clone https://github.com/o1-labs/docs2.git
npm install
npm run devOn the host:
- Set environment variables:
ALGOLIA_APP_IDandALGOLIA_SEARCH_API_KEYto appropriate values. - Set build command:
npm run build. - Set output directory:
build. - Set install command:
npm ci.