Skip to content

lu-dsc/site-ludsc

Repository files navigation

Lakehead University Developers Student Club Website

This is the website for the Lakehead University Developers Student Club. It is built using Flutter, a cross-platform mobile app development framework.

Getting Started

Prerequisites

Installing

  1. Clone the repository
  2. Open the project in your IDE
  3. Run flutter pub get to install dependencies
  4. Run flutter run to run the app

Execution

  1. Run flutter run -d chrome --web-renderer canvaskit to run the app in chrome
  2. Run flutter build web --release --web-renderer canvaskit to build the app for production

Git Workflow

  1. Create a new branch for your feature/issue
  2. Commit your changes
  3. Upgrade version number in pubspec.yaml
  4. Push your changes to your branch
  5. Create a pull request for your branch
  6. Release code with tag of the version number

License

This project is licensed under the MIT License - see the LICENSE file for details.