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.
Create .env.development.local
copying .env.development
as an example.
Run the local development server:
yarn
yarn dev
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