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

https://github.com/paralect/hive-sveltekit-starter


https://github.com/paralect/hive-sveltekit-starter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# SvelteKit Hive starter

[Svelte@5](https://svelte.dev/) + [SvelteKit](https://svelte.dev/docs/kit/introduction) + [Tailwind](https://tailwindcss.com/) + [ShadCN Svelte](https://www.shadcn-svelte.com/)

Attached to [Hive](https://github.com/paralect/hive) auth API endpoints

### Config

Add this to your .env file

```
VITE_API_DOMAIN=http://localhost:3001 # API root url (to be used as base in API calls)
```

### Launch
```bash
# start development mode
npm run dev

```