mirror of
https://github.com/alyraffauf/myAtmosphere.git
synced 2026-06-04 05:36:43 +00:00
fun personal page showing my bluesky posts
- TypeScript 58.9%
- CSS 32.3%
- Nix 6.6%
- HTML 1.8%
- JavaScript 0.4%
| .github/workflows | ||
| public | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.js | ||
myAtmosphere
A simple web app to browse my Bluesky posts with infinite scroll.
Running locally
npm install
npm run dev
Building
npm run build
The built files go in the dist folder.
What it does
- Shows posts from aly.codes in chronological order
- Filters out replies (except self-replies)
- Infinite scroll to load more posts
- Click any post to view it on bsky.app
Built with React + Vite.