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.
- Host: GitHub
- URL: https://github.com/multiplehats/stardigest
- Owner: multiplehats
- Created: 2023-08-23T07:07:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:27:31.000Z (about 2 years ago)
- Last Synced: 2025-03-29T05:34:34.378Z (6 months ago)
- Topics: qstash, react-email, redis, sendgrid, shadcn-ui, sveltekit, tailwindcss, upstash
- Language: TypeScript
- Homepage: https://stardigest.app
- Size: 1.2 MB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## 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`.