# Getting Started
# First-time setup
Make sure you have the following installed:
- Node (opens new window) (at least the latest LTS)
- Docker (opens new window) Docker engine with docker compose
# 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