This is a Svelte application for displaying a simulated log stream and incident timeline.
- Log Stream: Displays simulated log entries, mimicking a Datadog-like feed.
- Incident Timeline: Shows simulated incident alerts, akin to a PagerDuty timeline.
- Clone the repository.
- Install dependencies:
npm install
- Run the development server:
The application will be available at
npm run dev
http://localhost:9002
(or another port if 9002 is taken).
npm run dev
: Starts the Vite development server.npm run build
: Builds the application for production.npm run preview
: Serves the production build locally for preview.npm run check
: Runs Svelte type checking.