Skip to content

TheLp281/LiventCord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Setup

Run a LiventCord backend server

Quick Start

Clone the repository:

git clone https://github.com/liventcord/Liventcord
cd LiventCord/src

Install dependencies

npm install

Run the Server (API)

dotnet run

Run Vite for Development (SPA)

Note: For using vite, you should login at dotnet server first.

npm run dev

Website

https://liventcord.github.io

Docs

https://liventcord.github.io/LiventCord

Docker

Docker Compose

Run with Docker Compose

docker-compose up --build

Docker Run

Run directly with Docker

docker run -p 5005:5005 -v appsettings.json TheLp281/liventcord:latest

Contributing

Feel free to fork the repository and submit pull requests. We welcome contributions and improvements.

License

This project is licensed under the GNU General Public License v3.0

About

Privacy focused communication platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.3%
  • HTML 32.8%
  • C# 14.2%
  • CSS 8.5%
  • Other 0.2%