shinework / photoshot
- понедельник, 12 декабря 2022 г. в 00:40:03
An open-source AI avatar generator web app
Try it out at photoshot.app
Install dependencies:
yarn install
Setup environment variables:
cp .env.example .env.local
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.