Run a LiventCord backend server
1. Install .NET SDK 8.0 https://dotnet.microsoft.com/en-us/download
2. Install Node https://nodejs.org/en/download
git clone https://github.com/liventcord/Liventcord
cd LiventCord/src
npm install
dotnet run
Note: For using vite, you should login at dotnet server first.
npm run dev
https://liventcord.github.io/LiventCord
Run with Docker Compose
docker-compose up --build
Run directly with Docker
docker run -p 5005:5005 -v appsettings.json TheLp281/liventcord:latest
Feel free to fork the repository and submit pull requests. We welcome contributions and improvements.
This project is licensed under the GNU General Public License v3.0