Skip to content

Latest commit

 

History

History
84 lines (55 loc) · 1.72 KB

README.md

File metadata and controls

84 lines (55 loc) · 1.72 KB



Knowabunga 2023 app

Knowabunga 2023 app

Unofficial app for the Knowabunga 2023 event

Features

  • 🪶 Lightweight
  • 📱 Responsive
  • 🎨 Light / Dark mode
  • 🚅 Custom animations
  • 🦄 Rive animations
  • 🛟 Support for mobile, web and desktop

Screenshots

Tablet version in dark mode

Knowabunga 2023 tablet app

Mobile version in light mode

Knowabunga 2023 mobile app

Desktop version of Activity details in light mode

Knowabunga 2023 desktop app

Live

App web version is available at

Getting Started

To setup Knowabunga 2023 app project you need to clone this project and run the following commands from the root of the repository:

flutter pub get

Running locally

To run the app locally, use the Android Studio or VS Code or run the following command:

flutter run <platform>

Build

Build it for a specific platform:

flutter build <platform> --release

Deployment

At the moment, only the web app deployment is available. The mobile apps are coming soon.

Web

We are using Firebase for hosting the web app. To deploy the web app, run the following command:

firebase deploy

Authors