Skip to content

Tharyrok/Site-Web-Front

 
 

Repository files navigation

Liege Hackerspace Website

This is the repository of the Front Pages for Liege Hackerspace (LgHS) Website. Welcome.

How to run

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.

  1. git clone https://github.com/LgHS/Site-Web-Front
  2. composer install
  3. npm install
  4. npm run build to build assets, generate favicons and copy fonts
  5. Point Virtual Host to files/ or run php -S localhost:8000 -t files/

Dev

  • npm run watch will rebuild scss files at every change.
  • To activate Symfony debug tools, simply change AppKernel instantiation in files/index.php.

About

Front Pages for Liege Hackerspace (LgHS) Website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.0%
  • CSS 39.5%
  • PHP 11.5%