This repository contains the documentation platform for the Topos protocol and ZkEcosystem.
The platform is deployed automatically to:
➡️ https://docs.topos.technology
This repository is currently maintained by B9Lab.
We welcome all contributions to this repository. If you see any error or would like to propose an idea, please feel free to open an Issue, or submit an update via a Pull Request.
Note
Please refer to the CONTRIBUTING.md guide for further information on how to contribute to this repository.
Install packages using
npm install
(or equivalent commands for your package manager)
For local development, it is recommended to also install the gatsby-cli globally using:
npm install -g gatsby-cli
Next to the default gatsby-config.ts
file, additional configuration options are exposed in config.ts
.
Note
Please refer to the TECHNICAL-SETUP.md guide for more information on the configuration, build, and deployment of the platform.
To run a local dev environment, start:
npm run develop
To build the distribution package, run:
gatsby build
This will generate the dist output in the public
folder