Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.07 KB

DEVELOPING.md

File metadata and controls

53 lines (33 loc) · 1.07 KB

Development Guidelines

Getting the Source

  1. Fork the repository.

  2. Clone your fork of the repository:

    git clone https://github.com/fetchai/docs.git
  3. Define an upstream remote pointing back to the main repository:

    git remote add upstream https://github.com/fetchai/docs.git

Development

Install dependencies:

pnpm install

Run Development Server

pnpm dev

The site is then visible at:

http://127.0.0.1:3000/docs

Contributing

For instructions on how to contribute to the project (e.g. creating Pull Requests, commit message convention, etc), see the contributing guide.