-
Fork the repository.
-
Clone your fork of the repository:
git clone https://github.com/fetchai/docs.git
-
Define an
upstream
remote pointing back to the main repository:git remote add upstream https://github.com/fetchai/docs.git
Install dependencies:
pnpm install
Run Development Server
pnpm dev
The site is then visible at:
For instructions on how to contribute to the project (e.g. creating Pull Requests, commit message convention, etc), see the contributing guide.