projects

1 min read

February 1, 2023

SvelteKit Landing Page with DaisyUI
Using SvelteKit to build a landing page with Daisy UI.

Introduction

sveltekit-landing-daisy is a landing page template made using SvelteKit 1.0, TailwindCSS, and Daisy UI.

Getting Started

Run code

git clone https://github.com/engageintellect/sveltekit-landing-daisy.git

```bash cd sveltekit-landing-daisy && pnpm i && pnpm run dev ```