/avatarstudio

Free open source 3D avatar studio

Primary LanguageJavaScriptMIT LicenseMIT

Upstreet Avatar Studio

An open, collaborative and evolving 3D avatar studio for the open metaverse.

Quick Start

# Clone the repo and change directory into it
git clone https://github.com/upstreet/avatarstudio
cd avatarstudio

# Install dependencies with legacy peer deps flag to ignore React errors
npm install --legacy-peer-deps
npm run dev

# Or use yarn
yarn install
yarn run dev