Tip
See HACKING.md for development documentation.
- GNU or BSD Make
- Git
- Go 1.22+
- Node Version Manager or Node.js 20 (
lts/iron
) - Yarn package manager.
Close and build this repository:
git clone https://github.com/x1unix/go-playground.git
cd go-playground
make
After building the app, install application and systemd unit:
sudo make install
Check if service is running:
systemctl status better-go-playground.service
See environment variables section in Docker docs.