The frontend for the invernspirit ecommerce website, built with SvelteKit.
- Bun (version 1.1.0 or higher)
Run the following command to install dependencies:
bun install
bun run dev
- Start development server with hot reload.bun run build
- Build the application for production.bun run preview
- Preview the built application locally.bun run build:preview
- Build and preview the application.bun run check
- Run Svelte compiler checks and TypeScript validations.bun run lint
- Format code with Prettier and lint with ESLint.