Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseD authored Mar 4, 2023
1 parent 8fff216 commit 2301a0c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# brickgraphics

Realizing the website that is hosting this project is not doing so well right now, this is how to install and run locally:

## Install JAVA SDK

Use https://openjdk.org/ or similar to get the command line tools "javac" and "java"

## Compile

javac -cp src -d bin src/mosaic/controllers/MainController.java

## Run

java -cp bin mosaic.controllers.MainController

0 comments on commit 2301a0c

Please sign in to comment.