A Flutter-based website for the Delta Gamma Iota fraternity.
- Home page
- Cardinal Beliefs
- Banner & Navigation Bar
- Footer
- Visual Studio Code
- Flutter SDK (3.10.0 or higher)
- Dart SDK (comes with Flutter)
- A web browser (Edge or Chrome recommended for development)
In VS Code, press Ctrl + J to open the terminal.
In the terminal, run the following:
git clone https://github.com/RoboGojo/dgi_website
cd dgi_websiteflutter pub getflutter doctorMake sure all required dependencies are installed and configured correctly.
To run the website in development mode:
flutter run --target lib/main_development.dartTo run the website in production mode:
flutter run --target lib/main_production.dartFor more information, see Flutter for VS Code.