Renacer Social, the app
eduardo.figueroa7 61122a8031 Crear el about y editar logos 1 anno fa
.expo Crear el about y editar logos 1 anno fa
.husky [mant] Add Husky and Prettier for formatting + linting staged files 1 anno fa
.vscode Initial commit 1 anno fa
android [mant] Add Capacitor native support to Ionic base. 1 anno fa
ios [mant] Add Capacitor native support to Ionic base. 1 anno fa
public Crear el about y editar logos 1 anno fa
src Crear el about y editar logos 1 anno fa
.gitignore Initial commit 1 anno fa
README.md Update 'README.md' 1 anno fa
capacitor.config.ts Initial commit 1 anno fa
ionic.config.json Initial commit 1 anno fa
package-lock.json Crear el about y editar logos 1 anno fa
package.json Crear el about y editar logos 1 anno fa
tsconfig.json Initial commit 1 anno fa

README.md

Renacer Social

Requirements

  • NodeJS version >= v16.13.2
  • Xcode installed (optional)
  • Android Studio installed (optional)

Install

To run the Renacer Social development environment, you must run the following commands:

npm install -g @ionic/cli
npm install
ionic serve -l

Usage with Xcode

After installing and setting up Xcode on Mac, you can preview native versions of the apps using the emulator.

brew install cocoapods
sudo xcode-select -switch /Library/Developer/CommandLineTools
ionic capacitor run ios