Skip to content

tribeplatform/slack-app

Repository files navigation


Logo

Tribe Starter App

A template for you to develop apps on top of Tribe Community Platform
Explore the docs »

Build Apps · Expert Network

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Acknowledgments

About The Project

This is a template project for creating apps in Tribe.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure you install the node and mongodb

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Create your app at partners.tribe.so
  2. Clone the repo
    git clone https://github.com/tribeplatform/tribe-starter-app
  3. Install packages
    yarn
  4. Create your .env file by duplicating .env.example
    cp .env.example .env;
  5. Add the credentials of your app, database, etc in the .env

(back to top)

Usage

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)