First install NodeJS (which includes "npx"). Then:
npx brainyard
This launcher script will download the latest version of brainyard from this repo, build it for your computer, then start it up in your web browser.
This is a normal NextJS monorepo with Typescript, started with create tamagui.
# Check out
git clone git@github.com:ericvicenti/brainyard.git
# Install Dependencies
yarn
# Run in Dev Mode
yarn dev