This is a dashboard for the Fluff Event votes.
Use this command to run the site locally for development:
docker compose watch
# or: docker compose up -dUsing watch, you'll benefit from file changes watching for sync & rebuild.
Use DockerC for shortened commands: dockerc - @w.
The site will be available at http://localhost:8080.
Use this command to run the site locally for production:
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d
# or: docker compose -f docker-compose.yml up -dUse DockerC for shortened commands: dockerc prod.
The site will be available at http://localhost:8080.
-
Data is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Data is located in theapp/app/public/data/folder.
Copyright 2023-2026 Fluff Event. -
Code is licensed under a MIT License.
Code is all the other files.
Copyright 2023-2026 Matiboux.