Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 577 Bytes

Description

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.

Requirements

  • node 16

Installation

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.

TODO

  • fix game refetching between-state when entering a game from lobby