Commit b63d141354f591cec8d7a6bf25cd621533e032b4
1 parent
85963ead
Exists in
master
and in
2 other branches
Adding documentation about the app
Showing
2 changed files
with
18 additions
and
18 deletions
Show diff stats
... | ... | @@ -0,0 +1,18 @@ |
1 | +ConfJuvApp | |
2 | +========== | |
3 | + | |
4 | +An hybric mobile application for "III Conferência Nacional da Juventude". | |
5 | + | |
6 | +## Installation | |
7 | + | |
8 | +This application is built on top of Ionic, so you need this framework. | |
9 | + | |
10 | +# Make sure you have Node.js installed | |
11 | +# `npm install -g cordova ionic` | |
12 | +# `cd confjuvapp` | |
13 | +# `ionic build (android|ios)` | |
14 | +# `ionic emulate (android|ios)` | |
15 | + | |
16 | +In order to compile the theme, you need to run: `gulp sass` | |
17 | + | |
18 | +You need to configure the application by creating a file `www/js/config.js` based on `www/js/config.js.example`. | ... | ... |
README.txt
... | ... | @@ -1,18 +0,0 @@ |
1 | -ConfJuvApp | |
2 | -========== | |
3 | - | |
4 | -An hybric mobile application for "III Conferência Nacional da Juventude". | |
5 | - | |
6 | -## Installation | |
7 | - | |
8 | -This application is built on top of Ionic, so you need this framework. | |
9 | - | |
10 | -# Make sure you have Node.js installed | |
11 | -# `npm install -g cordova ionic` | |
12 | -# `cd confjuvapp` | |
13 | -# `ionic build (android|ios)` | |
14 | -# `ionic emulate (android|ios)` | |
15 | - | |
16 | -In order to compile the theme, you need to run: `gulp sass` | |
17 | - | |
18 | -You need to configure the application by creating a file `www/js/config.js` based on `www/js/config.js.example`. |