Skip to main content

Setup

Node.js

Node.Js

Node is required to run the server. Download it here

Minimum version

Node.js version 16.14 or above is required. Check your version with the command node -v.

You can use nvm for managing multiple Node versions.

Automatic setup

Copy and paste the text block below into cmd/terminal

git clone https://github.com/Gryt-chat/server.git gryt-server
cd gryt-server
npm install
npm run build
npm run start

Docker

Docker

Docker is required to run a container. Follow the official installation guide to install Docker