# 🌱 Vite Garden

## Features

Vite Garden is a full application with support for ThreeJS/WebGL 3D web application development. Supports React, Vue, Vanilla, Preact, Lit, Svelte. Builds run on Vite and Webpack. Deploys directly to WP Engine + SiteGround production environments. Available as open source via github and npm packages.

## Checklist

When you use this template, follow the checklist to update your info properly

- [ ] Rename `name` field in `package.json`
- [ ] Change the author name in `LICENSE`
- [ ] Change the title in `App.vue`
- [ ] Change the favicon in `public`
- [ ] Remove the `.github` folder which contains the funding info
- [ ] Clean up the READMEs and remove routes

And, enjoy :)

## Usage

### Development

Just run and visit http://localhost:3333

```bash
pnpm dev
```

### Build

To build the App, run

```bash
pnpm build
```

to preview the PWA service worker use (you can also use `pnpm preview`):

```bash
pnpm preview-https
```

> a part of the 🌱 threed.ai code family
