Skip to content

Latest commit

 

History

History

frontend

Intro

The UI is built with React Native and Native Base.

Build status

dev: action workflow

main: action workflow

Running

To test locally, you can point it to your SPR instance with the REACT_APP_API variable.

Example:

REACT_APP_API=http://192.168.2.1 yarn start

If you want to use the MockAPI (with only a frontend and no SPR system running):

REACT_APP_API=mock yarn start