-
Fork the repository.
-
Clone your fork of the repository:
git clone https://github.com/fetchai/docs.git
-
Define an
upstreamremote pointing back to the main repository:git remote add upstream https://github.com/fetchai/docs.git
Install dependencies:
pnpm installRun Development Server
pnpm devThe 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.