This is the website for the Lakehead University Developers Student Club. It is built using Flutter, a cross-platform mobile app development framework.
- Clone the repository
- Open the project in your IDE
- Run
flutter pub get
to install dependencies - Run
flutter run
to run the app
- Run
flutter run -d chrome --web-renderer canvaskit
to run the app in chrome - Run
flutter build web --release --web-renderer canvaskit
to build the app for production
- Create a new branch for your feature/issue
- Commit your changes
- Upgrade version number in
pubspec.yaml
- Push your changes to your branch
- Create a pull request for your branch
- Release code with tag of the version number
This project is licensed under the MIT License - see the LICENSE file for details.