This repository was archived by the owner on Jun 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ _TSR_ is built on Spring and React.
2525
2626#### Dependencies Installed:
2727
28- - Java 15 (JDK)
28+ - Java 17 (JDK)
2929- ` yarn `
3030- ` direnv `
3131- Docker / ` docker-compose `
32- - OSX specific: ` homebrew ` and ` geckodriver `
32+ - OSX specific: ` homebrew `
3333
3434## Run
3535
@@ -40,11 +40,12 @@ _TSR_ is built on Spring and React.
4040 - ` yarn start ` in the client directory will run just the front end < http://localhost:3000 > .
4141- Login with user ` tsr:password ` at < http://localhost:8080 > . Switch to port 3000 for live reloading.
4242- _ TSR_ uses Websockets for updating event state.
43- - ` ./pipeline/build.sh ` will build and package _ TSR_ as a runnable jar file in ` build/libs ` .
43+ - ` ./pipeline/build.sh ` will build and package a production _ TSR_ application in a jar file within ` build/libs ` .
4444
4545## Testing
4646
4747Created with TDD principles. Run ` test.sh ` to run all tests.
48+ - ` test.sh ` will run the tests and build a runnable jar in ` build/libs ` without CSP for use without HTTPS.
4849
4950- On the backend we use [ JUnit5] ( https://junit.org/junit5/docs/current/user-guide/ )
5051 and [ mockk] ( https://mockk.io ) for mocking.
You can’t perform that action at this time.
0 commit comments