Summary#
This PR introduces static file serving and also sets up Tailwind CSS for the project.
Changes#
- Add a new
handleStatichandler in the server to serve static files - Mount
/static/*route in the router to use the static file handler - Set up Tailwind CSS to generate
style.cssfrom the input CSS file, which was using Tailwind syntax - Update documentation with Tailwind build instructions for future developers
Why#
This enables the frontend to use Tailwind utility classes and ensures static assets are properly served by the application.