/brainyard

A Locomotive for your Minds

Primary LanguageTypeScript

Brainyard

How to Run

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.

Dev Workflow

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