Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.24 KB

README.md

File metadata and controls

82 lines (53 loc) · 1.24 KB

Pinguin du Web

Project created as part of the "Nuit de l'info" 2019, were you must create a website in a short period of time following a theme

2019 theme was : Make a tool that can be use by students to find all of the information and help they can need

Usefull command :

Few tools you need before installing anything

If you need php dependencies

For Linux

sudo apt install php-curl php-gd php-intl php-json php-mbstring php-xml php-zip

For MacOS

brew install php-curl php-gd php-intl php-json php-mbstring php-xml php-zip

If you need composer

For Linux

sudo apt-get install composer

For MacOs

brew install composer

If you need yarn

For Linux

sudo apt-get install yarn

For MacOs

brew install yarn

to install all the dependencies

make install

You maybe need some previous installation, like composer or yarn

to compile your asset

make encore

and if you want Webpack encore to listen to your change

make encore-watch

to start a server

make server

to clear symfony cache

make cc