The website runs on a Node.js app. Contributions are welcome.
The best way to build and run a local installation is via Docker. The following commands will run a development image with support for hot-reloading.
- Checkout repository.
- Run following commands. Make sure you have Docker installed.
docker compose build
docker compose up
- Open local installation in your browser via
http://localhost:5000
. You can manipulate the database via phpMyAdmin by openinghttp://localhost:9090
.
The forums run on the commercial IPS Community Suite PHP software. This portion will not become available in the repository.