Browse Source

[mant] Add README

Sergio Mattei 1 year ago
parent
commit
e72e87cf69
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      README.md

+ 16
- 0
README.md View File

@@ -0,0 +1,16 @@
1
+# Renacer Social
2
+
3
+## Requirements
4
+
5
+- NodeJS version >= v16.13.2
6
+- Xcode installed (optional)
7
+- Android Studio installed (optional)
8
+
9
+## Install
10
+
11
+To run the Renacer Social development environment, you must run the following commands:
12
+
13
+```
14
+npm install
15
+ionic serve -l
16
+```