Skip to content

tribeplatform/app-microsoft-teams-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

app-name

app-description
Powered by @Bettermode/CLI

View Demo · Report Bug · Request Feature

Table of Contents
  1. Getting started
  2. Troubleshooting

Getting started

Installation

It is recommended to use nvm to install the correct version of node.

nvm use

After that, install the dependencies:

yarn install
yarn db:generate

Running

Without Docker

yarn docker:dev:up
yarn dev

With Docker

yarn docker:up

to see the logs:

yarn docker:logs [server|proxy|mongo]

to stop the containers:

yarn docker:down

Troubleshooting

Docker stopped working

If you are using Docker to run the app, you must be aware that in case of adding a new dependency or changing the DB schema (with Prisma), you must rebuild the image. You can do that by running the following command:

yarn docker:down
yarn docker:build

About

An integration to sync your Teams with your community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • Bicep 2.5%
  • JavaScript 1.3%
  • Other 0.7%