From ce9b8b6031a8b6d5f20e771d6f12828926f1b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien?= Date: Tue, 30 Jun 2020 15:19:23 +0200 Subject: [PATCH] Fix: Too much space --- nextjs/README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/nextjs/README.md b/nextjs/README.md index 802264c3e..bf4c584bf 100644 --- a/nextjs/README.md +++ b/nextjs/README.md @@ -5,7 +5,7 @@ Download the example [or clone the repo](https://git.e-declic.net/talents-tube/app.git): ```bash -git clone +git clone ``` Install it and run: @@ -27,10 +27,11 @@ https://redux-saga.js.org/docs/basics/ErrorHandling.html is a library that aims to make application side effect asynchronous things like data fetching and impure things like accessing the browser cache ## Integration -### Naming conventions -style classes name syntax : Camel case -Try to name without too much precision +### Naming conventions + +style classes name syntax : Camel case +Try to name without too much precision ### Material UI @@ -52,16 +53,16 @@ sudo docker exec -it frontnginx.nginx bash nginx -t && nginx -s reload ## Test + ### Cypress [Gmail-tester] https://github.com/levz0r/gmail-tester ## Continuous Integration + ### Jenkins ->in case of emergency -make docker-restart ENV=dev - -adduser jenkins root - +> in case of emergency +> make docker-restart ENV=dev +> adduser jenkins root