mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
33e39e02ca7fb56daa808fac56f3e850b3a614fe
# Conflicts: # app/Http/Livewire/Tables/BitcoinEventTable.php # app/Http/Livewire/Tables/MeetupEventTable.php # app/Http/Livewire/Tables/MeetupTable.php # app/Models/BitcoinEvent.php # app/Models/Meetup.php # app/Nova/BitcoinEvent.php # app/Nova/Meetup.php # resources/views/livewire/frontend/welcome.blade.php
Development
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
WIP
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to Benjamin Takats via bt@affekt.de. All security vulnerabilities will be promptly addressed.
License
Open-sourced software licensed under the MIT license.
Languages
PHP
60%
Blade
34.9%
JavaScript
2.9%
Shell
1.1%
Vue
0.6%
Other
0.5%