Clone project and move inside.
$ git clone https://github.com/DuboisS/symforum.git
$ cd symforum
Install docker containers and database volume. It may take a little time the first time (pull images).
$ docker compose up -d
Install dependencies, database schema, fixtures and build assets.
$ make install
Open https://symforum.localhost
in your favorite browser.