shelf#
Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required.
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
Signed-off-by: brookjeynes <me@brookjeynes.dev>
Signed-off-by: brookjeynes <me@brookjeynes.dev>
update docs to include instructions for generating the tailwind css file, allowing future developers to correctly compile and use tailwind in the project
Signed-off-by: Digital2512 <valerieannabella123@gmail.com>
Added a new handler (handleStatic) in the server to serve static files like CSS, JavaScript, and images
Mounted "/static/*" in the router to use the new static file handler,
which allows requests like "/static/style.css" to be served
Setted up Tailwind to allow generation of style.css from the input CSS
file using Tailwind syntax, which ensures that the frontend can use
Tailwind utility classes and styling\
Signed-off-by: Digital2512 <valerieannabella123@gmail.com>
Signed-off-by: brookjeynes <me@brookjeynes.dev>