https://github.com/menteora/react-markdown-blog
https://github.com/menteora/react-markdown-blog
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/menteora/react-markdown-blog
- Owner: menteora
- Created: 2025-06-07T11:12:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T12:14:23.000Z (about 1 year ago)
- Last Synced: 2025-06-07T13:24:07.467Z (about 1 year ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
## 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`