Skip to content

Commit

Permalink
🔨 Add Dev Container script [skip ci]
Browse files Browse the repository at this point in the history
With Dart images and vscode Dart extension
  • Loading branch information
iqfareez committed Aug 5, 2024
1 parent 260fb0c commit d755061
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"image": "dart:stable-sdk",
"customizations": {
"vscode": {
"extensions": [
"Dart-Code.dart-code"
]
}
}
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d755061

Please sign in to comment.