Skip to content

wouter173/sparkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparkle

MVP

  • explore
  • landing
  • bot
  • login
  • mentions ( users, channels, roles, everyone, here)

TODO

  • emoji gifs

  • fallback for images (default discord profile pictures)

  • timestamp and link to message

  • make gifs play on hover

  • user popover

  • guild header

  • attachments which arent images

  • explore page (just the latest of sparkled messages from all servers)

  • guild settings (trigger emotes, minimal amount of sparkles, public channel)

  • hover titles / popover (users, emojis, mentions

  • home page

  • page titles

  • guild filters (latest, chronological, most starred)

  • slash commands

  • create statistics for guilds

  • add statsistics on the cards in the picker and the header when in guild/[id]

Statistics

  • most liked user (top ten)
  • most used emote (other than sparkle)

BackBurner

  • better timestamp
  • add guild cards with bot invite perms and an invite button in the /guilds/ picker

Turbo

Build

To build all apps and packages, run the following command:

cd my-turborepo
yarn run build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
yarn run dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

About

✨ sparkle bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published