- Unzip the LemonMist zip file.
- In an IDE of your choosing, import LemonMist's folder (containing the src folder) as an existing Maven project.
- The entrypoint to the program is in Login.java. Set up a run configuration from Login.java.
- Run the program. A login window will appear. An example of correct credentials to the program are: username: admin password: admin
Other credentials that are valid are stored within credentials.json. The Main UI will appear if any correct combination of credentials is entered. If any incorrect credentials are entered, the program will terminate.