···11-This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
11+# Better PDS Dash
22+33+A comic-style Bluesky PDS dashboard with full support for Bluesky's embeds and media.
44+2533-## Getting Started
66+## Setup
4755-First, run the development server:
88+Install dependencies:
69710```bash
88-npm run dev
99-# or
1010-yarn dev
1111-# or
1212-pnpm dev
1313-# or
1414-bun dev
1111+bun i
1512```
16131717-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1414+Copy and add environment variables:
18151919-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
1616+```bash
1717+cp .env.example .env
1818+```
20192121-This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
2020+Add your PDS URL to the `.env` file:
22212323-## Learn More
2222+```bash
2323+NEXT_PUBLIC_PDS_URL=https://pds.scanash.com
2424+```
24252525-To learn more about Next.js, take a look at the following resources:
2626+Add your PDS API Password to the `.env`:
26272727-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2828-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2828+```bash
2929+PDS_PASSWORD=bleblebleble
3030+```
29313030-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
3232+Build:
31333232-## Deploy on Vercel
3434+```bash
3535+bun run build
3636+```
33373434-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
3838+Run:
3939+4040+```bash
4141+bun run start
4242+```
35433636-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
4444+# How do i use this with my PDS
4545+Uh, you will figure it out, just use Traefik to serve this on /
4646+