Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 416 Bytes

d-chess frontend

Frontend implementation for the d-chess holochain app.

Running

Firstly, run npm install to install dependencies.

To run two players with which to play against each other, run two terminals:

  1. Terminal 1, agent alice
npm start
  1. Terminal 2, agent bob
npm run start:bob

Now the frontends are ready to be connected to the backend at https://github.com/eyss/d-chess-back.