https://github.com/crystallizeapi/dounut-svelte
https://github.com/crystallizeapi/dounut-svelte
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystallizeapi/dounut-svelte
- Owner: CrystallizeAPI
- License: mit
- Created: 2023-10-26T10:02:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:05:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T12:11:17.741Z (10 months ago)
- Language: Svelte
- Homepage: https://dounut-svelte.vercel.app
- Size: 212 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SvelteKit Crystallize boilerplate
The product storytelling boilerplate is a minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind and Crystallize. You can also check out the [live demo](https://dounut-svelte.vercel.app/) of this boilerplate.
## Getting started
To get started clone this [GitHub repository](https://github.com/CrystallizeAPI/dounut-svelte). Then install the required packages by running the following command:
```bash
git clone https://github.com/CrystallizeAPI/dounut-svelte
npm install
```
## Running the project
Running the project locally in development mode is done by running following command. Optionally the second if you want to open the browser the with the App directly.
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Deploying
The simplest way to deploy is to use Vercel. Just connect your GitHub repo to Vercel and deployments are happening automatically on every push.
## Further reading
Check out the blogpost for a bit more details on the boilerplate.