Renacer Social, the app
Sergio Mattei a2a6791cad [mant] Clean up sprint code 2 anos atrás
.husky [mant] Add Husky and Prettier for formatting + linting staged files 2 anos atrás
.vscode Initial commit 2 anos atrás
android [mant] Add Capacitor native support to Ionic base. 2 anos atrás
ios [mant] Add Capacitor native support to Ionic base. 2 anos atrás
public Initial commit 2 anos atrás
src [mant] Clean up sprint code 2 anos atrás
.gitignore Initial commit 2 anos atrás
README.md Update 'README.md' 2 anos atrás
capacitor.config.ts Initial commit 2 anos atrás
ionic.config.json Initial commit 2 anos atrás
package-lock.json [mant] Add Husky and Prettier for formatting + linting staged files 2 anos atrás
package.json [mant] Add Husky and Prettier for formatting + linting staged files 2 anos atrás
tsconfig.json Initial commit 2 anos atrás

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