https://github.com/100nandoo/halim
https://github.com/100nandoo/halim
svelte svelte5 sveltekit sveltekit2 tailwindcss
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/100nandoo/halim
- Owner: 100nandoo
- License: mit
- Created: 2024-12-04T11:44:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:23:10.000Z (11 months ago)
- Last Synced: 2025-01-30T03:44:17.253Z (9 months ago)
- Topics: svelte, svelte5, sveltekit, sveltekit2, tailwindcss
- Language: Svelte
- Homepage: https://halim.dev
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
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`