Skip to content

JamesVorder/Reiser-Relief

 
 

Repository files navigation

Reiser-Relief

Source code for reiserrelief.org

Installation

Install the necessary node modules with npm

npm install

Install the necessary PHP dependencies with composer

composer install

Usage

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

Additional Information

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.

About

Source code for reiserrelief.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.1%
  • PHP 26.9%
  • JavaScript 14.9%
  • CSS 12.1%