Interactive canvas-based diagramming application.
Created with websim.ai and exported from https://websim.ai/@c15r/parc-land/144 using backend in val.town https://www.val.town/v/c15r/parcland_backpack and https://www.val.town/v/c15r/replicate_base
# Run all tests
npm test
# Run tests with coverage report
npm test -- --coverageTest coverage reports are automatically generated in the coverage/ directory.
npm run dev- Start development server with Vitenpm test- Run Jest test suitenpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Lint source code with ESLintnpm run format- Format code with Prettiernpm run type-check- Check TypeScript types
- Tests run automatically on all pull requests and pushes to main
- Deployment to GitHub Pages happens automatically on push to main (after tests pass)
- Failed tests will block deployment to production