Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 544 Bytes

Installation Notes

Server

  1. Clone repository into local directory
  2. Navigate into "MultiClientSpreadSheet/server" directory using command line
  3. Run "make" command
  4. Run "./build/Server" command to start the server

Client

Using visual studio:

  1. Clone repository into visual studio
  2. Select "Client" project
  3. Run the project

Admin Tool

Using visual studio:

  1. Clone repository into visual studio
  2. Select "AdminTool" project
  3. Run the project

Controls

Undo - ctrl + z

Revert - ctrl + r

MultiClientSpreadSheet