lightningrodlabs / glass-bead-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Glass Bead Game

Set up

Enter the nix shell:

nix-shell

Install the root folder:

npm install

Install the client folder (must use yarn):

cd client
yarn install

Change directory back to the root folder:

cd ..

Start

npm start

Start network

Include the number of agents you want to boot up after 'network'

npm run network 2

About


Languages

Language:TypeScript 71.7%Language:SCSS 19.9%Language:Rust 6.8%Language:HTML 0.7%Language:JavaScript 0.5%Language:Nix 0.3%