This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
forked from nus-cs2103-AY1920S1/duke
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36f7fcc
commit c8c3057
Showing
2 changed files
with
5 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,6 @@ | ||
# Setting up | ||
# Puke: the working personal assistant chatbot | ||
|
||
**Prerequisites** | ||
## Feedback, Bug Reports | ||
|
||
* JDK 11 | ||
* Recommended: IntelliJ IDE | ||
* Fork this repo to your GitHub account and clone the fork to your computer | ||
|
||
**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). | ||
1. 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`. | ||
1. Click `Import Project`. | ||
1. Locate the project directory and click `OK`. | ||
1. Select `Create project from existing sources` and click `Next`. | ||
1. Rename the project if you want. Click `Next`. | ||
1. Ensure that your src folder is checked. Keep clicking `Next`. | ||
1. Click `Finish`. | ||
|
||
# Tutorials | ||
|
||
Duke Increment | Tutorial | ||
---------------|--------------- | ||
`A-Gradle` | [Gradle Tutorial](tutorials/gradleTutorial.md) | ||
`A-TextUiTesting` | [Text UI Testing Tutorial](tutorials/textUiTestingTutorial.md) | ||
`Level-10` | JavaFX tutorials:<br>→ [Part 1: Introduction to JavaFX][fx1]<br>→ [Part 2: Creating a GUI for Duke][fx2]<br>→ [Part 3: Interacting with the user][fx3]<br>→ [Part 4: Introduction to FXML][fx4] | ||
|
||
[fx1]: <tutorials/javaFxTutorialPart1.md> | ||
[fx2]: <tutorials/javaFxTutorialPart2.md> | ||
[fx3]: <tutorials/javaFxTutorialPart3.md> | ||
[fx4]: <tutorials/javaFxTutorialPart4.md> | ||
|
||
# Feedback, Bug Reports | ||
|
||
* If you have feedback or bug reports, please post in [se-edu/puke issue tracker](https://github.com/se-edu/duke/issues). | ||
* We welcome pull requests too. | ||
* If you have feedback or bug reports, please post in [se-edu/duke issue tracker](https://github.com/se-edu/duke/issues). | ||
* We welcome pull requests too. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = "duke" | ||
rootProject.name = "puke" |