# Contributing to Agenda ## Requirements - [Node.js](https://nodejs.org/) version 16 or later - [pnpm](https://pnpm.io/) package manager ## Installation Follow the steps below to run it locally for first time. 1. Copy `.env.example` to `.env` 2. Copy `mocks/settings.example.json` to `settings.local.json` 3. Turn on the HTTP APIs Server of Logseq 4. Install dependencies: `pnpm install` 5. Run `pnpm dev`