Clone https://github.com/elimu-ai/webapp.git
To be able to compile and execute the web application locally, you will first need to install the following:
-
Java Development Kit (JDK)
- macOS:
brew install openjdk
- macOS:
-
Maven
- macOS:
brew install maven
- macOS:
Get Covalent API KEY from https://www.covalenthq.com/platform/#/auth/register/ and update it in src/main/resources/config.properties file
Go to the project's folder:
cd webapp
Then, to run the application, type:
mvn clean test jetty:run
Next, to access the application in your browser, go to http://localhost:8080/webapp
To run the application in debug mode, replace mvn
with mvnDebug
in the command above ☝️
https://<language>.test.elimu.ai
https://<language>.elimu.ai
A list of the currently supported languages is available at https://github.com/elimu-ai/model/blob/main/src/main/java/ai/elimu/model/enums/Language.java
The default language used during development is English (ENG
). To switch to another language, edit the content.language
property in src/main/resources/config.properties.
For guidelines on how to work on issues, see CONTRIBUTING.md