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