text-to-cad-ui Svelte Themes

Text To Cad Ui

A lightweight UI for interacting with the Zoo Text-to-CAD API.

Zoo Text-to-CAD UI

This repository is an open-source example of how to quickly get up and running with Zoo's Text-to-CAD API endpoints. It is built using SvelteKit.

Getting Started

Create .env.development.local copying .env.development as an example.

Run the local development server:

npm install
npm run dev

Validating Changes

Run static analysis:

npm run fmt
npm run check
npm run lint

Run unit tests:

npm run test:unit

Run end-to-end tests:

npm run playwright install
npm run test:e2e

Top categories

Loading Svelte Themes