KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
jvscript.fr
★ 8
Open GitHub ↗
Le site regroupant les scripts JVC
Download README (.md)
Explore Similar Repositories
cuckoo-api
:
PHP wrapper for Cuckoo Sandbox API.
cqrs-grid-demo
:
Microservices, CQRS and MongoDB with DevExtreme grid widgets
cakephp2-postgres-no-meta
:
A CakePHP2 Postgres database driver without getColumnMeta() support
rxbus
:
Event bus framework supports sticky events and subscribers' priority based on RxJava 2.x
smooth_planner
:
global planner ile delirmeceler
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jvscript.fr
?
Download (.md)
# jvscript.fr <p align="center"> <img src='https://jvscript.fr/assets/images/banniere2-min.png' width='450px' /> </p> <p align="center"> Le site regroupant les scripts JVC ## Comment déployer l'appli (laravel) en local Allez lire le guide [install.md](install.md) ## Comment mettre à jour l'appli git pull && composer update && php artisan migrate ## Comment contribuer ### Thème CSS Le thème est présent ici : `/public/assets/stylesheets/jvsticker.css` Pour le modifier editez ce fichier de variable `/public/assets/stylesheets/bootstrap/_variables.scss` Et compilez avec sass : sh compile-sass.sh ### Vues html Les vues sont dans `/ressources/views` ### Les url de l'appli Elles sont définies dans le routeur : `/routes/web.php` et pointe soit directement vers une vue, ou vers un controller.