The react 3D app for Procedural Building Generator
Assumes you already have node
installed. If you already have yarn
installed you can skip the next command.
npm install --global yarn
Install all dependencies for node:
yarn install
yarn start
yarn build