An open API service indexing awesome lists of open source software.

https://github.com/multiplehats/stardigest

Don't let your Github stars go to waste.
https://github.com/multiplehats/stardigest

qstash react-email redis sendgrid shadcn-ui sveltekit tailwindcss upstash

Last synced: 6 months ago
JSON representation

Don't let your Github stars go to waste.

Awesome Lists containing this project

README

          

# StarDigest

StarDigest is a newsletter that sends you a daily or weekly roundup with your starred Github repo's (you know, so you don't forget about they exist). You don't have to lift a finger, just star and we'll do the rest.

![hero](static/og.png)

## Developing

Once you've created a project and installed dependencies with `pnpm install` start a development server:

```bash
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```

## Building

To create a production version of your app:

```bash
pnpm run build
```

## Acknowledgements

- [lil shapes](https://www.figma.com/community/file/1222735604132462255/lil-shapes-%E2%80%A2-2023.4) - For the logo icon

You can preview the production build with `pnpm run preview`.