This repository contains code for mobile application for MiNISpace project.
Before install set environment variables. In the project directory run:
npm i
To run project first install it, then run:
npm run start
To test project run:
npm run test
To test project and generate coverage raport run:
npm run coverage
Create 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.