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

https://github.com/crystallizeapi/dounut-svelte


https://github.com/crystallizeapi/dounut-svelte

Last synced: 15 days ago
JSON representation

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.