Source code for reiserrelief.org
Install the necessary node modules with npm
npm install
Install the necessary PHP dependencies with composer
composer install
Rename settings.yaml.example to settings.yaml
Run gulp with npm start
npm start
Run the server
php -S localhost:8000 -t dist
View the site at http://localhost:8000
Silex is used for the micro-framework with Twig as its template engine.
Gulp is used to continuously watch for changes to image, JavaScript, Less, PHP, and Twig files in the src directory. Any modification to these files will be immediately reflected in the dist directory.