Skip to content

benallfree/scrim

Repository files navigation

DaisyUI PocketPages Starter Kit

This setup provides a minimal PocketPages app integrated with Tailwind CSS and DaisyUI, giving you a solid foundation for building modern, responsive, and aesthetically pleasing web applications.

Features

  • Tailwind CSS: A utility-first CSS framework that makes styling your application easy and flexible.
  • DaisyUI: A Tailwind CSS component library that offers a collection of pre-designed components to speed up your development.

Installation

To create your PocketPages app with Tailwind CSS and DaisyUI using the daisyui template, run:

bunx pocketpages new myapp --template=daisyui

This command sets up a new PocketPages project in the myapp directory, pre-configured with Tailwind CSS and DaisyUI.

Usage

Enter Development Mode

To start the development server with live reloading and other development features, run:

bunx dev

This command serves your app in development mode, allowing you to see changes in real-time as you build and style your application.

Enter Production Mode

When you're ready to deploy your app in production, use:

bunx serve

This command optimizes and serves your app in production mode, ready for deployment.

Access PocketPages Commands

After setting up your app, you can access all PocketPages-related commands and tools with:

bunx pocketpages

This gives you access to various PocketPages utilities and commands for managing your application.

Access PocketBase

To interact with or manage the PocketBase binary installed by PocketPages, use:

bunx pocketbase

This command provides direct access to the PocketBase version installed by PocketPages, allowing you to perform low-level PocketBase operations when needed.

Summary

This DaisyUI PocketPages Starter Kit is designed to provide you with a seamless development experience, combining the power of PocketPages with the flexibility of Tailwind CSS and the convenience of DaisyUI components. Whether you're developing a simple static site or a dynamic web application, this setup will get you started quickly and efficiently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published