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

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