A cross-platform full-stack mobile and web application built with NativeScript and Vue. Utilising Google Firebase for database, authentication and storage.
My idea was to build a mobile app for a missing market segment to help people find adventures with friends or strangers and cut costs.
Forking and using the repo:
- GitHub’s Terms of Service apply to this repo so you can freely fork it but id doesn't come with any permissions.
- If you want to distribute or use the code commercially please get in touch first. It's not a problem, please just ask first.
# Install dependencies
npm install
# Preview on device
tns preview
# Build, watch for changes and run the application
tns run
# Build, watch for changes and debug the application
tns debug <platform>
# Build for production
tns build <platform> --env.production