Web interface for GPT-4 with Sveltekit and Typescript.
Skeleton and Tailwind CSS for styling.
Animations with svelte/transition
.
State management with svelte/store
.
npm install
.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: