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

https://github.com/100nandoo/halim


https://github.com/100nandoo/halim

svelte svelte5 sveltekit sveltekit2 tailwindcss

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sveltekit Template

This template includes:

- [TypeScript](https://www.typescriptlang.org/) by default
- [Pnpm](https://pnpm.io/) as a package manager
- [Tailwind CSS](https://tailwindcss.com/)
- [Daisy UI](https://daisyui.com/) daisyUI components
- [Prettier](https://prettier.io/) An opinionated code formatter

## Getting started

Once cloned, simply install dependencies and run:

```bash
pnpm install
pnpm dev
```

That's it!

## Code Formatting

```bash
pnpm format
```

To format automatically on save, add the [prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) to your VS Code and set `Prettier` as `Default Formatter`

## Theme

The default daisy UI theme being used is `sunset`. If you like to change it simply change on `app.html`