Skip to content

Flashcards-like pet project for learning words in new languages

License

Notifications You must be signed in to change notification settings

artaommahe/akker

Repository files navigation

Akker

Flashcards-like pet project for learning words in new languages.

Tech stack

  • Angular
    • Signals
    • Vite
  • TailwindCSS
  • RxDB

Dev

TailwindCSS

For proper clsx IntelliSense in VSCode, add the following to your settings.json:

"tailwindCSS.experimental.classRegex": [["clsx\\(((?:[^()]*|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]]