Tiny Store is a SvelteKit storefront using WooCommerce for commerce data and Appwrite for account/session/profile flows.
Install dependencies:
rtk yarn installStart a development server:
rtk yarn devRun the main checks:
rtk yarn test
rtk yarn run check
rtk yarn buildTiny Store uses:
- SvelteKit 2 and Svelte 5 runes
- WooCommerce Store API for storefront commerce
- Appwrite for account/session/profile/avatar flows
- SvelteKit remote functions for server-side API calls
- Vitest for unit coverage
Read docs/architecture.md before making structural changes. Read docs/agent-notes.md before handing the repo to another coding agent.
Create a production build:
rtk yarn buildPreview the production build:
rtk yarn preview