This repository contains code for mobile application for MiNISpace project.
Before install set environment variables. In the project directory run:
npm iTo run project first install it, then run:
npm run startTo test project run:
npm run testTo test project and generate coverage raport run:
npm run coverageCreate file .env file:
EXPO_PUBLIC_API_URL=https://example.com/
Warning
Above variables have mock values, ask administrator about the real one.
Commit messages should comply with Conventional Commits.