Renacer Social, the app
Sergio Mattei 574230caf8 Merge branch 'eliam-final' 11 months ago
.expo Crear el about y editar logos 11 months ago
.husky [mant] Add Husky and Prettier for formatting + linting staged files 1 year ago
.vscode Initial commit 1 year ago
android Ran app in android studio in order to verify that it worked 11 months ago
cypress Merge branch 'eduardo-sprint-2' of sergio.mattei/RenacerSocial into main 11 months ago
ios Ran app in android studio in order to verify that it worked 11 months ago
public Ran app in android studio in order to verify that it worked 11 months ago
src Fix typos 11 months ago
.gitignore Initial commit 1 year ago
README.md Update 'README.md' 1 year ago
capacitor.config.ts [feat] Add routing for Notion articles 11 months ago
cypress.config.ts [feat] Add E2E testing 11 months ago
ionic.config.json Initial commit 1 year ago
package-lock.json Ran app in android studio in order to verify that it worked 11 months ago
package.json Ran app in android studio in order to verify that it worked 11 months 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