Getting Started
Use the following commands to get started:
Use your favorite package manager to install dependencies. For example, with bun:
bun install
Initial building of assets
bun mix
bun purgecss.js
Automatically compile selected stylesheets when changes are made to the source files.
bun mix:watch
Start a live PHP server on localhost:8000
php -S localhost:3001