Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vendure-ecommerce/storefront-sveltekit-starter


https://github.com/vendure-ecommerce/storefront-sveltekit-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vendure SvelteKit Storefront

## Tools

- โœ… [Vendure](https://www.vendure.io/)
- ๐Ÿงก [SvelteKit](https://kit.svelte.dev/)
- โšก [KitQL](https://www.kitql.dev/)
- ๐ŸŽฉ [Houdini](https://www.houdinigraphql.com/)
- ๐ŸŽจ [Tailwindcss](https://tailwindcss.com/)
- ๐Ÿ–ผ๏ธ [daisyUI](https://daisyui.com/)

## Development

```bash
# 1/ clone the repo
git clone [email protected]:spences10/sveltekit-vendure-commerce.git

# 2/ install dependencies
pnpm i

# 3/ start your local developement
pnpm dev

# enjoy ๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ
```

## Production

```bash
# 1/ build your app
pnpm build
```