Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed Dec 29, 2023
1 parent 75e4d99 commit 7f40b11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ Well now you can.

Most likely you will pair Livewire with just one taste of JS framework, but you can mix and match as you wish.

# Development

Clone the repository, then:
```
cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
php artisan migrate:fresh --seed
php artisan serve
# In another terminal
npm ci
npm run dev
```

# Why?

- Landing pages, marketing pages, etc. => Plenty of React/Vue components.
Expand Down

0 comments on commit 7f40b11

Please sign in to comment.