Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/premieroctet/digestclub
The frontpage of teams knowledge 🧞♂️
https://github.com/premieroctet/digestclub
Last synced: about 2 months ago
JSON representation
The frontpage of teams knowledge 🧞♂️
- Host: GitHub
- URL: https://github.com/premieroctet/digestclub
- Owner: premieroctet
- Created: 2023-09-08T11:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T21:31:36.000Z (10 months ago)
- Last Synced: 2024-03-20T22:39:04.639Z (10 months ago)
- Language: TypeScript
- Homepage: https://digest.club
- Size: 7.2 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/changelog-001.md
Awesome Lists containing this project
README
## Digest.club
### The frontpage of teams knowledge
Unlock the power of streamlined knowledge management with Digest Club, the solution for teams looking to centralize their information gathering, sharing, and curation. Say goodbye to scattered bookmarks, disjointed Slack conversations, and missed opportunities to showcase your expertise.
👉 [https://digest.club](https://digest.club)
## Features
- 📚 Bookmarking: Easily add and organize links via our website.
- 🔗 Slack Integration: Automatically import links posted in Slack channels.
- 📅 Periodic Digests: Create curated digests at scheduled intervals.
- 💌 Newsletter Sharing: Share digests in a polished newsletter format.
- 🐦 Twitter Threads: Transform digests into engaging Twitter threads.
- ✨ Markdown Enrichment: Enhance digests with markdown-enhanced content.## Stack
- ▲ [Next.js](https://nextjs.org/) for webapp (app dir + TS)
- 🖼 [Tailwind](https://tailwindcss.com/) for UI components
- 📦 [Prisma](https://www.prisma.io/) for database## Getting Started
Install dependencies:
```bash
pipenv install
pipenv shell
yarn install
```You can use Docker to run a local postgres database and maildev server (accessible at http://localhost:1080):
```bash
docker-compose up -d
```Create .env:
```bash
cp .env.example .env
```Run migrations
```bash
yarn prisma:migrate:dev
```Run seeders
```bash
yarn prisma db seed
```Run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Sponsors
This project is being developed by [Premier Octet](https://www.premieroctet.com), a Web and mobile agency specializing in React and React Native developments.