This project is a SvelteKit frontend application for the Watchdog backend. It uses Tailwind CSS for styling, Vite for building, and several other libraries for various functionalities.
The project is structured into several directories and files, following the SvelteKit conventions. The most important directories are:
src
: Contains the source code of the application.src/routes
: Contains the routes of the application.src/lib
: Contains utility functions and components.To set up the project, follow these steps:
.env
file at the project root and add the following environment variable:PUBLIC_SERVER_URL
: The base URL of the Watchdog API (eg. http://localhost:5123/v1)npm run dev
.