ER
ericvicenti/brainyard
A Locomotive for your Minds
How to Run
First install NodeJS (which includes "npx"). Then:
npx brainyardThis 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