Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.32 KB

File metadata and controls

46 lines (25 loc) · 1.32 KB

Fluff Event files website

Web application for serving Fluff Event association documents in printable web pages.

You can see it live at files.fluffevent.fr.

You can browse raw and versioned documents at FluffEvent/association-documents.

Getting started

Development

Use this command to run the site locally for development:

docker compose watch
# or: docker compose up -d

Using 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.

Production

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 -d

Use DockerC for shortened commands: dockerc prod.

The site will be available at http://localhost:8080.

License

Copyright (c) 2024-2025 Matiboux (matiboux.me)

Licensed under the MIT License. You can see a copy in the LICENSE file.