Skip to content

FluffEvent/fluffevent-help

Repository files navigation

Fluff Event Help website

The help and documentation website for Fluff Event.

Visit this website at help.fluffEvent.fr.

Getting started

Development

Use this command to run the site locally for development:

docker compose watch
# or: docker compose up

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.

About

📚 Fluff Event's help & documentation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published