Skip to content

Commit

Permalink
update README.md to include information about the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
JTravaux committed Jan 27, 2023
1 parent 4c45f4f commit 7d98570
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The backend is responsible for managing the game state, and communicating with t

---


#### Running the server
To run the server, you must have Maven installed, and then run the following command in the root directory of the project:
```
Expand All @@ -15,4 +16,9 @@ mvn spring-boot:run
To run the tests, you must have Maven installed, and then run the following command in the root directory of the project:
```
mvn test
```
```
---

#### Frontend Implementation
The frontend for this project can be found [here](https://github.com/JTravaux/liars-dice-frontend). It is also a work in
progress, and is currently being developed using React & TypeScript.

0 comments on commit 7d98570

Please sign in to comment.