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 devRun static analysis:
npm run fmt
npm run check
npm run lintRun unit tests:
npm run test:unitRun end-to-end tests:
npm run playwright install
npm run test:e2e