Skip to content

abianche/firstday

Repository files navigation

First Day

License Flutter CI Codemagic Vercel

An onboarding app and training platform for your employees.


⚠️ UNDER INITIAL DEVELOPMENT

We are actively building the foundation of this project, and it is not yet ready for production use.

What does this mean?

  • 🔧 Features are incomplete and may change frequently.
  • ❗ Breaking changes can occur as we iterate.
  • 🐛 Bugs and unexpected behavior should be expected.
  • 📚 Any documentation found in this repository may be outdated.

We appreciate your patience as we work toward our first stable release.
Stay tuned for updates and feel free to follow our progress or submit ideas in the Issues section.

Getting Started

This project uses Flutter for the frontend and Appwrite as the backend. Both frontend and backend are containerized using Docker. The web build is continously deployed on Vercel. Additionally, builds are also set up in Codemagic.

Setup

To run the frontend locally

cd frontend
flutter pub get
flutter run

Full application with Docker

Ensure that the web app is already built with:

cd frontend
flutter build web --release

Start the application:

./start.sh

Stop the application:

./stop.sh