Updated dep versions and added simple mvn run cmd
This commit is contained in:
parent
980e40af65
commit
ba99c5bdb6
27 changed files with 354 additions and 141 deletions
15
README.md
15
README.md
|
|
@ -30,16 +30,19 @@ Requirements;
|
|||
|
||||
* 8GB of free memory
|
||||
* Setup a DAT Hyperdrive tool [drives](https://github.com/holepunchto/drives)
|
||||
* Use an AdoptOpenJDK(11++) to run the demo
|
||||
* install local copy of nx01 maven artifacts
|
||||
* run `mvn install` in local copy of nx01 project
|
||||
|
||||
### Project Launch IDE
|
||||
### Project Launch
|
||||
|
||||
Run "mvn package" after every git pull.
|
||||
Test launch from command line;
|
||||
|
||||
Run the main class from gdxapp4d-boot-desktop; love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher
|
||||
```
|
||||
mvn verify -P test-none,run
|
||||
```
|
||||
|
||||
Append "use-local" to the main launcher to use the local chains. (as the real are fake)
|
||||
In an IDE setup an runner with the main class from gdxapp4d-boot-desktop module; `love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher`
|
||||
|
||||
And append `use-local` as an argument of the main launcher to use the local chains. (as the real are fake)
|
||||
|
||||
## Duytschen Code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue