Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

File metadata and controls

10 lines (8 loc) · 376 Bytes

MeTTa Chess Tutorial

To run the MeTTa Chess Tutorial on your machine follow these steps:

  1. Install Docker if not yet installed
  2. git clone https://github.com/trueagi-io/MeTTaChessTutorial.git
  3. cd MeTTaChessTutorial
  4. docker compose up -d
  5. Start tutorial by opening your browser and enter http://localhost:3000/
  6. When you are done, docker compose stop