This is the frontend application for a cyber security simulation game developed as a part of a thesis on Faculty of Electrical Engineering and Computing.
- node 16
Clone the repository:
$ git clone https://github.com/ftodoric/csw-frontend
Install all of the dependencies:
$ yarn install
Run the server:
$ yarn dev
The app is then available at http://localhost:3000 in your browser.
- fix game refetching between-state when entering a game from lobby