Svelte Blog with shadcn-svelte and daisyUI

This project is a Svelte-based blog utilizing shadcn-svelte components styled with daisyUI.

Prerequisites

  • Node.js
  • npm, yarn, or pnpm

Installation

  1. Clone the Repository

    git clone https://github.com/ilMike42/svelte-blog-playground.git
    cd svelte-blog-playground
  2. Install Dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install

Usage

  1. Run the Development Server

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  2. Building for Production

    npm run build
    # or
    yarn build
    # or
    pnpm build

Additional Resources

License

This project is licensed under the MIT License.


Feel free to modify this README to better fit your specific project requirements.