Web interface for GPT-4 with Sveltekit and Typescript.
Skeleton and Tailwind CSS for styling.
Animations with svelte/transition
.
State management with svelte/store
.
- Install dependencies with
npm install
. - Start the development server with
npm run dev
.
dev
: Start the development server using Vite.build
: Build the project for production using Vite.preview
: Preview the production build locally.test
: Run tests using Playwright.check
: Run SvelteKit sync and svelte-check with the specified tsconfig.json file.check:watch
: Run SvelteKit sync and svelte-check with the specified tsconfig.json file in watch mode.test:unit
: Run unit tests using Vitest.lint
: Check code formatting using Prettier and ESLint.format
: Format code using Prettier.
This project uses the following dependencies:
- SvelteKit
- Vite
- Playwright
- Skeleton
- TypeScript
- Tailwind CSS
- highlight.js
- @testing-library/svelte