Renacer Social, the app
eliam.ruiz ff646bbced cleaning working tree 1年前
.husky [mant] Add Husky and Prettier for formatting + linting staged files 1年前
.vscode Initial commit 1年前
android [mant] Add Capacitor native support to Ionic base. 1年前
ios [mant] Add Capacitor native support to Ionic base. 1年前
public Initial commit 1年前
src cleaning working tree 1年前
.gitignore Initial commit 1年前
README.md Update 'README.md' 1年前
capacitor.config.ts Initial commit 1年前
ionic.config.json Initial commit 1年前
package-lock.json [mant] Add Husky and Prettier for formatting + linting staged files 1年前
package.json [mant] Add Husky and Prettier for formatting + linting staged files 1年前
tsconfig.json Initial commit 1年前

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