TKSpectro / turbomeet

Home Page:turbomeet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turbomeet

Prerequisites

Installation

  1. Install dependencies
npm install
  1. Create a .env file
cp .env.example .env
# Then edit the empty variables else the application will not work
  1. Start the database
docker-compose up -d
  1. Start the application
# production
npm build
npm start

# or development
npm run dev
  1. Open the application in your browser
http://localhost:3000

About

turbomeet.vercel.app


Languages

Language:TypeScript 97.2%Language:CSS 1.4%Language:JavaScript 1.4%