From 7653254b4423bb056bead0e2a3c0b43e6da1295a Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 30 Mar 2022 13:58:13 +0000 Subject: [PATCH] Fix/environment * added browser plugins for debugging * link to setup dev env inside pilote --- docs/ecolyo/getting_started/setup_your_environment.md | 10 ++++++++-- mkdocs.yml | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/ecolyo/getting_started/setup_your_environment.md b/docs/ecolyo/getting_started/setup_your_environment.md index 9dca41e..ee51f0b 100644 --- a/docs/ecolyo/getting_started/setup_your_environment.md +++ b/docs/ecolyo/getting_started/setup_your_environment.md @@ -1,4 +1,4 @@ -This section will allow you to install a proper local environment step by step for Ecolyo application using VSCode IDE. +This section will allow you to install a proper local environment step by step for Ecolyo and Pilote applications using VSCode IDE. ## VSCode @@ -19,13 +19,19 @@ Here are the list of important extensions to install: Optional extensions: -- Bracket Pair Colorizer 2 - CSS Peek - Auto Rename Tag - indent-rainbow - TabOut - Liveshare (pair programming extension) +### Browser plugins + +The following plugins can be useful for debugging : + +- React dev tools +- Redux dev tools + ### User settings Open the project with VSCode and add the following code into .vscode/settings.json: diff --git a/mkdocs.yml b/mkdocs.yml index 673c5f7..cadaea7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -116,6 +116,7 @@ nav: - Document: pilote/Pilote - Usager/functionalities/document.md - Settings: pilote/Pilote - Usager/functionalities/setting.md - Getting Started: + - Setup your environment: ecolyo/getting_started/setup_your_environment.md - Launch local application: pilote/Pilote - Usager/getting_started/launch_local_application.md - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md -- GitLab