A template for you to develop apps on top of Tribe Community Platform
Explore the docs »
Build Apps
·
Expert Network
Table of Contents
This is a template project for creating apps in Tribe.
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.
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.
Make sure you install the node and mongodb
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.
- Create your app at partners.tribe.so
- Clone the repo
git clone https://github.com/tribeplatform/tribe-starter-app
- Install NPM packages
npm install
- Create your .env file by duplicating .env.example
cp.env.example.env;
- Add the credentials of your app, database, etc in the .env
Distributed under the MIT License. See LICENSE.txt
for more information.