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:

yarn
yarn dev

Validating Changes

Run static analysis:

yarn fmt
yarn check
yarn lint

Run unit tests:

yarn test:unit

Run end-to-end tests:

yarn playwright install
yarn test:e2e

Top categories

Loading Svelte Themes