Cypher App
September 24, 2023 ยท View on GitHub
Pre-requisites
Livekit
brew install livekit
Docker
https://docs.docker.com/get-docker/
Getting started
git clone https://github.com/thomaslenaour/cypher
cd cypher
nvm use # if you have nvm installed
npm install
npm install -g nx # if not already installed
Applications
Front (Next.js)
Run
nx serve front
API (Nest.js)
Run
In the second terminal:
nx serve api
In another terminal:
livekit-server --dev