This website is automatically deployed to our server using Github Actions.
Hosted Frontend: https://wardrobewizard.fashion
Hosted Backend: https://api.wardrobewizard.fashion
First, run the development server:
npm run dev
Open http://localhost:5173 with your browser to see the result.
Flutter and Android Studio/Xcode need to be installed to build & run mobile app
flutter run
You must create a .env file in the api folder, with the OPENAI_API_KEY=YOUR_KEY included in it.
You will also need a RemoveBG api key to set in the .env as REMOVE_BG_API_KEY=YOUR_KEY
npm install
npm run dev
npm run build
npm start