Get the most talked about links from your Bluesky feed.
- Install dependencies with
pnpm install(ornpm installoryarn) - Duplicate a
.env.examplefile to.envand fill in the Bluesky credentials. You can get an app password here. - Start a development server:
pnpm dev --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.