delete: files that are not necessary

This commit is contained in:
Cauê Faleiros
2026-04-01 10:33:32 -03:00
parent 9879ad9bb0
commit 2b142fcfab
4 changed files with 1 additions and 35 deletions

View File

@@ -1,9 +0,0 @@
# GEMINI_API_KEY: Required for Gemini AI API calls.
# AI Studio automatically injects this at runtime from user secrets.
# Users configure this via the Secrets panel in the AI Studio UI.
GEMINI_API_KEY="MY_GEMINI_API_KEY"
# APP_URL: The URL where this applet is hosted.
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
# Used for self-referential links, OAuth callbacks, and API endpoints.
APP_URL="MY_APP_URL"

2
.gitignore vendored
View File

@@ -5,4 +5,4 @@ coverage/
.DS_Store
*.log
.env*
!.env.example
package*

View File

@@ -1,20 +0,0 @@
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>
# 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/48cc4bc1-d0c3-44bc-960d-1428c57a80b6
## 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`

View File

@@ -1,5 +0,0 @@
{
"name": "Black Brasil Links",
"description": "A Linktree-style page for Black Brasil.",
"requestFramePermissions": []
}