https://github.com/bvrignaud/visi-vidi-vici
Clear sea weather for freedivers and underwater fishermen.
https://github.com/bvrignaud/visi-vidi-vici
Last synced: 8 months ago
JSON representation
Clear sea weather for freedivers and underwater fishermen.
- Host: GitHub
- URL: https://github.com/bvrignaud/visi-vidi-vici
- Owner: bvrignaud
- Created: 2021-11-06T10:05:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T13:27:42.000Z (11 months ago)
- Last Synced: 2025-07-23T15:28:21.021Z (11 months ago)
- Language: PHP
- Homepage: https://visi-vidi-vici.app
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐟 Visi Vidi Vici 🐟
**Welcome to Visi-vidi-vici!**
Visi-vidi-vici is a marine weather forecasting application for determining water clarity for all divers.
## [Project Guidelines](./guidelines.md)
## Contributing
Thank you for considering contributing to the [Visi Vidi Vici website](https://visi-vidi-vici.tangue.fr)! The
contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
> **Don't push directly to the `main` branch**. Instead, create a new branch and push it to your branch.
```bash
git clone https://github.com/bvrignaud/visi-vidi-vici.git
cd visi-vidi-vici
git checkout -b feat/your-feature # or fix/your-fix
```
## Code of Conduct
In order to ensure that the Visi Vidi Vici community is welcoming to all, please review and abide by
the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Visi Vidi Vici, please send an e-mail to Benoit VRIGNAUD
via [benoit.vrignaud@tangue.fr](mailto:benoit.vrignaud@tangue.fr).
All security vulnerabilities will be promptly addressed.
## License
The Visi Vidi Vici website is open-sourced software licensed under
the [MIT license](https://opensource.org/licenses/MIT).
## Deploy script
```bash
cd DEPPLOY_FOLDER
git pull origin master
composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev
echo "" | sudo -S service php8.0-fpm reload
pnpm install
pnpm run production
echo "🚀 Application deployed!"
php artisan route:cache
php artisan view:clear
php artisan migrate --force
```