Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 971 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (13 loc) · 971 Bytes

Development

Follow these steps to get going in local development. If you are having trouble, don't be afraid to ask for help.

Prerequisites

Setup

  1. Follow Github's documentation on setting up Git, forking, and cloning.
  2. Execute npm install to install the development dependencies.
    • Do not use yarn install or pnpm install.
    • Some optional dependencies may fail; you can safely ignore these unless you are trying to build the documentation.
    • If you're sick of seeing the failures, run npm install --ignore-scripts.