Avataaars generator is a simple web-based app for generating avatars developed by Fang-Pen Lin, the original avatar is designed by Pablo Stanley, the Sketch library can be found here.
You can see it here: http://getavataaars.com
To run the web app locally for development, you can run
yarn start
To run the web app with docker, you can run
docker build -t getavataaars .
docker run -d -p 3000:3000 --name getavataaars --restart=always getavataaars
Then open http://localhost:3000/
Besides generating avatars with this generator, you can also add avatar to your React app with our React component.