Implemented first SCR component
This commit is contained in:
parent
00cb859cd9
commit
c6bee21cee
16 changed files with 149 additions and 3 deletions
17
README.md
17
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue