Commit 9b75f3ae10e45a603de59a4d76df26ea97f44a63

Authored by Caio Almeida
1 parent b63d1413

Fixing documentation formating

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
@@ -7,11 +7,11 @@ An hybric mobile application for "III Conferência Nacional da Juventude". @@ -7,11 +7,11 @@ An hybric mobile application for "III Conferência Nacional da Juventude".
7 7
8 This application is built on top of Ionic, so you need this framework. 8 This application is built on top of Ionic, so you need this framework.
9 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)` 10 +1. Make sure you have Node.js installed
  11 +2. `npm install -g cordova ionic`
  12 +3. `cd confjuvapp`
  13 +4. `ionic build (android|ios)`
  14 +5. `ionic emulate (android|ios)`
15 15
16 In order to compile the theme, you need to run: `gulp sass` 16 In order to compile the theme, you need to run: `gulp sass`
17 17