Skip to content

khseah/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana

Solana is a Personal Assistant Chatbot that helps manage tasks. User guide here.

This project was done as part of NUS CS2113T AY21/22 S2.

Setting Up in IntelliJ

Prerequisites: JDK 11

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the project into IntelliJ as follows:
    1. Click Open.
    2. Select the project directory, and click OK.
    3. If there are any further prompts, accept the defaults.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.
  4. After that, locate the src/main/java/solana/Solana.java file, right-click it, and choose Run Solana.main() (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
  __|   _ \  |       \     \ |    \
\__ \  (   | |      _ \   .  |   _ \
____/ \___/ ____| _/  _\ _|\_| _/  _\

Hi, I'm Solana
What can I do for you?

>

About

Solana is a Personal Assistant Chatbot that helps manage tasks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 94.8%
  • Shell 2.9%
  • Batchfile 2.3%