Web app that consumes Bluesky's Jetstream to see pictures as they're posted.
This application displays content entirely dependent on the Bluesky service. The creator of this app is not responsible for any content that appears, including NSFW material or any other images retrieved via the API.
This project is licensed under the MIT License.
- Powered by Nuxt.js
- Bluesky's Jetstream API.
Made by Alberto Rico
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.