From d755061a3da0a8cc0f0dd0c9c311801b0f821570 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:22:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20Dev=20Container=20script?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With Dart images and vscode Dart extension --- .devcontainer/devcontainer.json | 10 ++++++++++ README.md | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 .devcontainer/devcontainer.json 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