commit aa39cde4c6af146d09163c90d666ff9db6a8f51b Author: hbyang Date: Tue Dec 23 11:00:50 2025 +0900 castad front 작업 diff --git a/README.md b/README.md new file mode 100755 index 0000000..aea100c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +
+GHBanner +
+ +# Run and deploy your AI Studio app + +This contains everything you need to run your app locally. + +View your app in AI Studio: https://ai.studio/apps/drive/1pfQmk5dwukLJ057yfh4JFmAUEIQ-ISp1 + +## Run Locally + +**Prerequisites:** Node.js + + +1. Install dependencies: + `npm install` +2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key +3. Run the app: + `npm run dev`