Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 929 Bytes

File metadata and controls

30 lines (20 loc) · 929 Bytes

AdventureTime - NativeScript-Vue Application for Travel Sharing

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.

🛠 Usage

# 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