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. shlf.space

feat(static): serve static files and set up tailwind css master

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>