Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1011 Bytes

contributing.md

File metadata and controls

29 lines (15 loc) · 1011 Bytes

Contributing

Static pages

Static pages (like /faq) can be found in /src/AppBundle/Resources/staticContent.

They are dynamically loaded and use markdown.

If you wish to add a new static page just add a file. It's filename will translate to the url.

integrations.md --> /integrations

Menu

Menu must be edited in the base template.

/app/Resources/views/base.html.twig

Template

Website was created with Materializecss.

For beginner programmer

This project is very well suited for beginner programers as there are many fun features that can easily be added.

The backend is coded in PHP and Symfony2.

If you would like to give it a go contact the maintainer and have a look at the beginner label.