merge with geojson easify repo

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 21:15:07 +01:00
parent b4bed7d539
commit 43a717f03d
7 changed files with 745 additions and 230 deletions

View File

@@ -20,21 +20,21 @@ docker run --rm \
```vendor/bin/sail up -d```
### Migrate and seed the database
```./vendor/bin/sail artisan migrate:fresh --seed```
#### Install node dependencies
```vendor/bin/sail yarn install```
#### Start compiling watcher
#### Start just in time compiler
```vendor/bin/sail yarn dev```
#### Compile assets
```vendor/bin/sail yarn build```
#### Update dependencies
```vendor/bin/sail yarn install```
```vendor/bin/sail yarn```
## Contributing