diff --git a/README.md b/README.md index 742b8a1..daf37fb 100755 --- a/README.md +++ b/README.md @@ -172,7 +172,11 @@ set a virtual host on your server, configure CORS access to have the API to work configure database access in a .env.local file , replace variables DATABASE_URL=mysql://database_user:db_user_password@127.0.0.1:3306/database_name this file is not versionned and should stay like this. - +## Setup the default funky frontend +Use the scripts to get the framadate funky frontend and update it +```bash +bash front_update.sh +``` ## cronjob to delete expired polls you can open your crontabl in command line with : ```