Implemented first SCR component

This commit is contained in:
Willem Cazander 2022-03-02 19:18:47 +01:00
parent 00cb859cd9
commit c6bee21cee
16 changed files with 149 additions and 3 deletions

View file

@ -6,7 +6,22 @@ Final version will be written in HolyC++ on templeOS called VRGEM⁴.
## Project Setup
Use the AdoptOpenJDK(11++) to run the demo.
Requirements;
* Setup [Hyperdrive](https://github.com/hyperspace-org/hyperdrive-service)
* Use an AdoptOpenJDK(11++) to run the demo.
### Project Launch Release
When hyperdrive is running just start the jar file with;
java -jar todo.jar
### Project Launch IDE
Run "mvn package" once before starting.
Append "use-local" to the main launcher to use the local chains.
## Duytschen Code