diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..f2c290a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "image": "dart:stable-sdk", + "customizations": { + "vscode": { + "extensions": [ + "Dart-Code.dart-code" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index baeb531..1fe5552 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ A wrapper to easily access [IIUM's Course Schedule](https://albiruni.iium.edu.my Thank you [**@PlashSpeed-Aiman**](https://github.com/PlashSpeed-Aiman) for the [code](https://github.com/PlashSpeed-Aiman/IIUMCourseScheduleApp) foundation. +## Get Started + +1. Run `dart pub get` +2. Start development. Make sure to update/add the test file if needed. Run `dart test` to run test suite. + +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/iiumschedule/albiruni) + ## Features ### Get a list of subjects offered