This is the repository of the Front Pages for Liege Hackerspace (LgHS) Website. Welcome.
The website has Symfony Microframework as a server. It can be seen as a Symfony application but with a simpler file structure. For more info, refer to Symfony blog post : New in Symfony 2.8: Symfony as a Microframework.
git clone https://github.com/LgHS/Site-Web-Front
composer install
npm install
npm run build
to build assets, generate favicons and copy fonts- Point Virtual Host to
files/
or runphp -S localhost:8000 -t files/
npm run watch
will rebuild scss files at every change.- To activate Symfony debug tools, simply change AppKernel instantiation
in
files/index.php
.