Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 610 Bytes

INDEX.md

File metadata and controls

27 lines (15 loc) · 610 Bytes

Smart Village App Documentation

Detailed documentation of the app's code will grow here.

Run the app

To start the app simply use one of the following commands.

  • only packager and Expo dev tools: npm start or yarn start
  • iOS: npm run ios or yarn ios
  • Android: npm run android or yarn android

Test the app

For executing tests run npm run test or yarn test.

Lint the app

For executing linters run npm run lint or yarn lint.

Auth

For detailed documentation see the auth docs.

Augmented Reality

For detailed documentation see the ar docs.