Renacer Social, the app
Sergio Mattei 46b3710a27 [feat] Add cypress command 1 vuosi sitten
.expo Crear el about y editar logos 1 vuosi sitten
.husky [mant] Add Husky and Prettier for formatting + linting staged files 1 vuosi sitten
.vscode Initial commit 1 vuosi sitten
android [mant] Add Capacitor native support to Ionic base. 1 vuosi sitten
cypress [feat] Add E2E testing 1 vuosi sitten
ios [feat] Add routing for Notion articles 1 vuosi sitten
public Crear el about y editar logos 1 vuosi sitten
src [feat] Add E2E testing 1 vuosi sitten
.gitignore Initial commit 1 vuosi sitten
README.md Update 'README.md' 1 vuosi sitten
capacitor.config.ts [feat] Add routing for Notion articles 1 vuosi sitten
cypress.config.ts [feat] Add E2E testing 1 vuosi sitten
ionic.config.json Initial commit 1 vuosi sitten
package-lock.json [feat] Add E2E testing 1 vuosi sitten
package.json [feat] Add cypress command 1 vuosi sitten
tsconfig.json Initial commit 1 vuosi sitten

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