Skip to content

Commit

Permalink
Add temporary setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Jan 3, 2022
1 parent 992cd0d commit e2195b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards
on [our virtual postcard wall](https://spatie.be/open-source/postcards).

## Dev setup

- clone (or move) `spatie/ignition`, `spatie/ignition-ui`, `spatie/laravel-ignition`, `spatie/flare-client-php` and `spatie/ignition-test` into the same directory (e.g. `~/code/flare`)
- create a new `package.json` file in `~/code/flare` directory:
```json
{
"private": true,
"workspaces": [
"ignition-ui",
"ignition"
]
}
```
- run `yarn install` in the `~/code/flare` directory
- run `composer update` in the `~/code/flare/ignition-test` directory
- http://ignition-test.test/ should now work (= show the new UI)
- http://ignition-test.test/ has a bit of everything
- http://ignition-test.test/sql-error has a solution and SQL exception

## Installation

You can install the package via composer:
Expand Down

0 comments on commit e2195b6

Please sign in to comment.