Detail instruction exist here: https://reactnative.dev/docs/environment-setup
Clone the repository and run npm install
and then npm run web
to start development.
The official react page recommend React Navigation. Instruction for it can be found here: https://reactnative.dev/docs/navigation. The following tutorial was used to implement a basic navigation system: https://www.youtube.com/watch?v=Hln37dE19bs
Material design is used as the apps "design system". Documentation can be found here: https://callstack.github.io/react-native-paper/
The theme should be edited in paper-theme.tsx
;