mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -1,8 +1,33 @@
|
||||
[](https://forge.laravel.com)
|
||||
|
||||
## About
|
||||
## Development
|
||||
|
||||
WIP
|
||||
### Installation
|
||||
|
||||
```cp .env.example .env```
|
||||
|
||||
```composer install```
|
||||
*(you need a valid Laravel Nova license)*
|
||||
|
||||
#### Start docker development containers
|
||||
|
||||
```vendor/bin/sail up -d```
|
||||
|
||||
#### Install node dependencies
|
||||
|
||||
```vendor/bin/sail yarn install```
|
||||
|
||||
#### Start compiling watcher
|
||||
|
||||
```vendor/bin/sail yarn dev```
|
||||
|
||||
#### Compile assets
|
||||
|
||||
```vendor/bin/sail yarn build```
|
||||
|
||||
#### Update dependencies
|
||||
|
||||
```vendor/bin/sail yarn install```
|
||||
|
||||
## Contributing
|
||||
|
||||
@@ -10,7 +35,8 @@ WIP
|
||||
|
||||
## Security Vulnerabilities
|
||||
|
||||
If you discover a security vulnerability within Laravel, please send an e-mail to Benjamin Takats via [bt@affekt.de](mailto:bt@affekt.de). All security vulnerabilities will be promptly addressed.
|
||||
If you discover a security vulnerability within Laravel, please send an e-mail to Benjamin Takats
|
||||
via [bt@affekt.de](mailto:bt@affekt.de). All security vulnerabilities will be promptly addressed.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user