Note
This website is in development check this repository regulary for updates.
- Clone the repository
- Rename
.env.local.example
to.env.local
- Edit
.env.local
and replace the server IPs and ports with your own and add your sharptimer mysql DB credentials - Run
npm install
to install dependencies - Run
npm run dev
to start the development server
To add or modify server IPs, edit the SERVER_IPS
variable in your .env.local
file. The format is a JSON array of objects, each containing an ip
and port
.
Example:
SERVER_IPS=[{"ip":"192.168.1.100","port":27015},{"ip":"192.168.1.101","port":27016}]
Join our Discord for Support. https://discord.gg/n4xCDWrQRB