Renacer Social, the app
Sergio Mattei 574230caf8 Merge branch 'eliam-final' před 1 rokem
.expo Crear el about y editar logos před 1 rokem
.husky [mant] Add Husky and Prettier for formatting + linting staged files před 1 rokem
.vscode Initial commit před 1 rokem
android Ran app in android studio in order to verify that it worked před 1 rokem
cypress Añadi mi test před 1 rokem
ios Ran app in android studio in order to verify that it worked před 1 rokem
public Ran app in android studio in order to verify that it worked před 1 rokem
src Fix typos před 1 rokem
.gitignore Initial commit před 1 rokem
README.md Update 'README.md' před 1 rokem
capacitor.config.ts [feat] Add routing for Notion articles před 1 rokem
cypress.config.ts [feat] Add E2E testing před 1 rokem
ionic.config.json Initial commit před 1 rokem
package-lock.json Ran app in android studio in order to verify that it worked před 1 rokem
package.json Ran app in android studio in order to verify that it worked před 1 rokem
tsconfig.json Initial commit před 1 rokem

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