Tutorial Intro
Get started with LiventCord in just a few steps.
#
๐ Quick StartJump in now: liventcord.koyeb.app.
#
Or:Run Locally
#
Requirementshttps://dotnet.microsoft.com/en-us/download#
1. Install .NET SDK 8.0https://nodejs.org/en/download#
2. Install Node (For frontend)https://go.dev/dl/#
3. Install Go (Optional, for realtime updates)https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/#
3. Install Redis (Optional, for realtime updates)#
Clone the repository:git clone https://github.com/liventcord/Liventcordcd Liventcord/server/src
#
Run the Server (API)dotnet run
#
Run Vite for Development (SPA)cd Liventcord/webnpm installnpm run dev
#
Run Redisredis-server
#
Run Gin server for realtime updates (Requires redis)cd Liventcord/server/go-ws-apimv .env.example .envgo run main.go
.NET server runs at http://localhost:5005
, while vite runs at http://localhost:5173
.