- Web is currently not working properly, it is a WIP.
(Video quality isn't great, background is grey so elements are more noticeable in the actual app)
RPReplay_Final1637751659.mov
$ yarn
- Web
- [CRA]
$ yarn workspace web-cra start
- [Next.js]
$ yarn workspace web-nextjs dev
- [CRA]
- Mobile
- [iOS]
$ cd packages/mobile/ios && pod update && pod install && cd -
- [CLI]
$ yarn ios
- [Xcode]
$ yarn workspace mobile start
yarn xcode
- Press the Run button
- [Android]
- [CLI]
$ yarn android
- [Android Studio]
$ yarn workspace mobile start
yarn studio
- Press the Run button
- [CLI]
- [iOS]
This project is a monorepo project - all parts of the app (web client, app and API) are in a single repository. For more information on how this project was initialized see this article or this repository.