Added python project; fixed spelling of folder

This commit is contained in:
2023-09-30 16:09:14 -05:00
parent 1f23cb73d1
commit 6bf66c5916
1075 changed files with 2165 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# UDE Desktop Environment
This is a mavenized version of UDE.
Compile:
```sh
$ cd <project-dir>
$ mvn clean install
```
Run:
```sh
$ cd <project-dir>
$ java -jar target/ude-desktop.jar
```