Skip to content

Files

Latest commit

944ef5e · Nov 8, 2019

History

History
16 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 294 Bytes

WeSports

A networking platform for eSports clubs.

How to start this project off...

git clone https://github.com/Informagier/WeSports.git
cd WeSports
./gradlew :bootRun

How to run the tests...

 ./gradlew :test
 npx cypress run

Running cypress via npx requires npm.