AY1920S1-CS2113-T13-1 / main

ArchDuke is a command line based Kanban board for project managers.
MIT License
4 stars 6 forks source link

Build Status Codacy Badge Coverage Status

ArchDuke - A CLI Project Manager with Kanban board

Done by:

Introduction

UI of ArchDuke

Table of Contents

Usage

You can refer to our user guide at this link:

For more advanced users and developers, do refer to our Developer Guide:

Setting up

Prerequisites

Importing the project into IntelliJ

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project dialog first).

  2. Set up the correct JDK version.

    • Click Configure > Structure for new Projects (in older versions of Intellij:Configure > Project Defaults > Project Structure).
    • If JDK 11 is listed in the drop down, select it. If it is not, click New... and select the directory where you installed JDK 11.
    • Click OK.
  3. Click Import Project.

  4. Locate the project directory and click OK.

  5. Select Create project from existing sources and click Next.

  6. Rename the project if you want. Click Next.

  7. Ensure that your src folder is checked. Keep clicking Next.

  8. Click Finish.

Acknowledgements

License

MIT Licensed