A modern Svelte-powered application scaffolded with sv.
Clone the repository and install dependencies:
git clone https://github.com/your-username/intellicare-app.git
cd intellicare-app
bun installStart the development server:
bun run devTo open the app automatically in your browser:
bun run dev --openCreate an optimized production build:
bun run buildPreview the production build locally:
bun run previewTo deploy, install the appropriate SvelteKit adapter for your target environment.