Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sak0a authored Jul 8, 2024
1 parent 5fca82a commit bbaed91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ Getting Started
Use the following commands to get started:

# Install dependencies
Use your favorite package manager to install dependencies. For example, with npm:
Use your favorite package manager to install dependencies. For example, with bun:
```bash
npm install
bun install
```
Initial building of assets
```bash
npx mix
npm run build:css
bun mix
bun purgecss.js
```
# Live Style Compiling
Automatically compile selected stylesheets when changes are made to the source files.
```bash
npm run mix:watch
bun mix:watch
```
# Live PHP Server
Start a live PHP server on localhost:8000
```bash
npm run php:live
php -S localhost:3001
```

0 comments on commit bbaed91

Please sign in to comment.