https://github.com/netsmg/test-bug
https://github.com/netsmg/test-bug
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netsmg/test-bug
- Owner: netsmg
- Created: 2024-02-12T14:04:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T08:12:27.000Z (over 2 years ago)
- Last Synced: 2025-01-14T05:14:02.253Z (over 1 year ago)
- Language: Svelte
- Homepage: https://test-bug-chi.vercel.app
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit + tailwindcss + DaisyUI template
I always end up running through the same steps when starting a new sveltekit project. Now I can use this template
I use:
* SvelteKit
* TailwindCSS
* DaisyUI
* @tailwindcss/typography
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.