An open, collaborative and evolving 3D avatar creator and optimizer for the open metaverse.
npm install avatarcreator
# Clone the repo and change directory into it
git clone https://github.com/AtlasFoundation/AvatarCreator
cd AvatarCreator
# Install dependencies with legacy peer deps flag to ignore React errors
npm install --legacy-peer-deps
npm run dev
# Or just use yarn
yarn install
yarn run dev