/guidesf

Web version of the French Scouting regulatory framework

Primary LanguageSCSSDo What The F*ck You Want To Public LicenseWTFPL

Guide Réglementaire du Scoutisme Français

Conditions techniques requises

  • PHP 8
  • PHP 8 XML
  • grep (Bash)

Développement

Serveur interne de PHP

$ php -S localhost:8000 -t web/

URL : http://localhost:8000/

Docker

$ docker build -t guidesf .
$ docker run -v $(pwd):/app --rm -p 8000:8000 --name guidesf guidesf

URL : http://localhost:8000/

Style

Framework utilisé : Bootstrap 5

$ sass assets/scss/style.scss web/css/style.min.css --style compressed