A property trading simulation game built with SvelteKit and TypeScript.
Install dependencies and start the dev server:
npm install
npm run dev
npm run build
Preview the production build:
npm run preview
This project has comprehensive test coverage across multiple layers. See TESTING.md for detailed documentation.
# Run all tests (unit + E2E)
npm test
# Run unit tests only
npm run test:unit
# Run E2E tests only
npm run test:e2e
~150 test cases ensuring existing functionality is preserved when adding new features.