Apply stability.ai magic into your sketches to craft one of a kind toys, cakes and bring them to life by orderding for delivery.
Happy Crafting!!!
To run:
-
Follow the expo documentation to set up the development environment: https://docs.expo.dev/get-started/set-up-your-environment/
-
Intall node packages
npm i
-
Then get api key at https://platform.stability.ai/ and create a .env file with it.:
EXPO_PUBLIC_API_KEY=
- Run the app in emulator:
- For Android:
npm run android
- For IOS:
npm run ios