Mobile and WEB apps made for Highliners
.
├── expo # Mobile app, most of the development is going her
├── next # Web app where all started
├── supabase # Local supabase instance
└── supabase-gen-types.sh # Helper script to generate types for both mobile and web apps
For informations on how to run each project check their respectives README.md
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push to your branch.
- Open a pull request.