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

Contents

  1. 1Pre-requisites
  2. 1.1Livekit
  3. 1.2Docker
  4. 2Getting started
  5. 3Applications
  6. 3.1Front (Next.js)
  7. 3.2API (Nest.js)