Developer Environment Setup
Requirements
- Docker Desktop
- k3d
- mkcert for generating local SSL certificates
INFO
After installing mkcert, make sure to run `mkcert -install`
Setup
Clone the 5stack Panel Repository
First, create a 5stack folder before cloning the 5stack Panel repository:
bash
mkdir -p ~/code/5stackThen clone the repository:
bash
git clone git@github.com:5stackgg/5stack-panel.git ~/code/5stackRunning the Development Environment
Run ./dev.sh to start the development environment.
WARNING
- The game-server does not currently support ARM-based systems.
- Installing or running CS servers is not currently available on ARM-based systems.
- Displayed CPU information may be inaccurate.
- Multi-node setups with Tailscale are not currently supported.
- Update warnings will persist and not disappear.
If you encounter any issues, please report them to the development team.
