Skip to content

TKSpectro/turbomeet

Repository files navigation

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