# Getting Started

# First-time setup

Make sure you have the following installed:

# Starting

TIP

Starting the server is mandatory first step , however the web and desktop app can be started independently

yarn

# Server

yarn up:api

# Server + Discord

yarn up:discord

# Server + Slack

yarn up:slack

# Server + Web

yarn up:api
yarn up:web