Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 712 Bytes

Contributing Guide

Hi! Thanks for your interest in contributing to Inngest!

Getting Started

The following instructions will help you build and run the Inngest CLI locally.

Prerequisites

Instructions

  1. Clone this repository
  2. Build the CLI by running make dev
    • Your recently built CLI will be available at ./dist/innest_[system_arch]/inngest (e.g. ./dist/inngest_darwin_arm64/inngest)
  3. Run ./dist/inngest_[system_arch]/inngest to see the CLI in action