New functions: new message and reply
[progetti-gl-como:friendica-messenger.git] / README.md
1 Friendica Messenger
2 ===================
3
4 HTML5 Friendica private messages client
5
6 Requirements
7 ------------
8
9 to run
10
11 - Friendica >= 3.3.1
12
13 to build
14
15 - cordova
16 - bower
17
18 Build
19 -----
20
21
22     cd www
23     bower install
24     cd ..
25         cordova platform add firefoxos
26     cordova build
27