Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 483 Bytes

Getting Started

Use the following commands to get started:

Install dependencies

Use your favorite package manager to install dependencies. For example, with bun:

bun install

Initial building of assets

bun mix
bun purgecss.js

Live Style Compiling

Automatically compile selected stylesheets when changes are made to the source files.

bun mix:watch

Live PHP Server

Start a live PHP server on localhost:8000

php -S localhost:3001