Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

mozilla-fxa/bananafox

Repository files navigation

bananafox

A GitHub App built with Probot

Setup

# Install dependencies
npm install

# Run with hot reload
npm run build:watch

# Compile and run
npm run build
npm run start