https://github.com/johnforfar/johnny-blog
https://github.com/johnforfar/johnny-blog
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnforfar/johnny-blog
- Owner: johnforfar
- Created: 2025-10-12T06:49:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-15T02:58:36.000Z (8 months ago)
- Last Synced: 2025-10-15T09:24:52.282Z (8 months ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Johnny Blog Mini App
A Farcaster Mini App for Johnny's Blog running on Xnode!
## Features
- 📝 Blog posts with markdown support
- 🎥 YouTube video integration
- 🔗 Farcaster sharing and engagement
- 💰 Tipping functionality
- 📱 Responsive design
- 🌙 Dark/light theme support
## Development
```bash
cd mini-app
npm install
npm run dev
```
## Deployment
This mini app is designed to be deployed on Xnode using the NixOS module:
```nix
services.johnny-blog-miniapp = {
enable = true;
port = 3000;
url = "https://your-domain.com";
};
```
## Backend
The backend API runs separately and provides:
- Blog post content
- YouTube video metadata
- Farcaster integration
- CSV data storage
## License
MIT