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:
npm install
npm run dev
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