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

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