Files
FreshRSS/docs/en/developers/01_Index.md
Alexandre Alapetite acbba9adb2 Improved markdownlint (#3918)
* Improved markdownlint
* Relaxed rules slighlty
* `npm run markdownlint` for automatic tests
* `npm run markdownlint_fix` for automatic syntax fixing
* Applied the fixes on all our Markdown files
2021-10-23 13:43:24 +02:00

1.0 KiB

FreshRSS Development

First Steps

Start by creating your development environment. A guide to setting up FreshRSS's development environment can be found on the appropriate page.

After That

Backend Development

Frontend Development

Minz

Minz is the homemade PHP framework used by FreshRSS. More information can be found here.