Skip to content

Latest commit

 

History

History
135 lines (101 loc) · 3.9 KB

README.md

File metadata and controls

135 lines (101 loc) · 3.9 KB

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

Prerequisites

  • Create your app at partners.tribe.so
  • Make sure you installed the node and mongodb. MongoDB is optional as most of the apps does not require storing data.

Installation

You have two ways to use this template.

Using create-tribe-app

  1. Go to the terminal and run the following command npx create-tribe-app <your-app-name>
  2. Install NPM packages
    npm install
  3. Add the credentials of your app, database, etc in the .env

Cloning the repository

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

(back to top)

Usage

Here are list of apps using tribe-starter-app

(back to top)

License

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

(back to top)

Acknowledgments

(back to top)