feat(static): serve static files and set up tailwind css
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>
authored by
tangled.org
efdfb4af
fd5e9ecf