mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
merge with geojson easify repo
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user