The server that generates widget images using server status information.
- Clone the repository
git clone https://github.com/mcstatus-io/widget-server.git
- Move the working directory into the cloned repository
cd widget-server
- Install all required dependencies
npm install
- Copy the
.env.example
file to.env
and modify details as needed - Start the server
npm start