Frontend implementation for the d-chess holochain app.
Firstly, run npm install
to install dependencies.
To run two players with which to play against each other, run two terminals:
- Terminal 1, agent alice
npm start
- 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.