From 10991ef17dccd1c279d707bf2143eab5efb717b9 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 16 Apr 2015 11:01:59 +0000 Subject: [PATCH] Add development overview --- src/development.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/development.md diff --git a/src/development.md b/src/development.md new file mode 100644 index 0000000..221d68f --- /dev/null +++ b/src/development.md @@ -0,0 +1,15 @@ +--- +title: Development +show_in_menu: contents +nav_sort: 20 +--- + +# Development overview + +Mibew is a web application which uses Apache, PHP, MySQL and JavaScript. If you +want to patch the Core you also needs node.js and npm to build the sources. + +All mibew sources are placed on GitHub: https://github.com/Mibew/mibew. All +official plugins are stored on GitHub too. Take a look at +[Mibew organization](https://github.com/Mibew) on GitHub to get a list of all +official repositories.