Renacer Social, the app
sergio.mattei 5a11ad4f82 Update 'README.md' 1 year ago
.husky [mant] Add Husky and Prettier for formatting + linting staged files 1 year ago
.vscode Initial commit 1 year ago
android [mant] Add Capacitor native support to Ionic base. 1 year ago
ios [mant] Add Capacitor native support to Ionic base. 1 year ago
public Initial commit 1 year ago
src [mant] Add Capacitor native support to Ionic base. 1 year ago
.gitignore Initial commit 1 year ago
README.md Update 'README.md' 1 year ago
capacitor.config.ts Initial commit 1 year ago
ionic.config.json Initial commit 1 year ago
package-lock.json [mant] Add Husky and Prettier for formatting + linting staged files 1 year ago
package.json [mant] Add Husky and Prettier for formatting + linting staged files 1 year ago
tsconfig.json Initial commit 1 year ago

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