Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 409 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 409 Bytes

Contributing to Agenda

Requirements

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