diff --git a/README.md b/README.md index 797bb82..46df438 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,17 @@ The WEB GUI client of SEA. This repository contains the code of the server for the control and graphical parts, plus the client code (HTML, CSS, JS) -## Global architecture +## Documentation -The current server exposes some routes for the graphical part and the control part. It also serves the client files. +``` +./doc/ + blocks.tsv <-- (DE) Indicates the position of the different blocks depending on the screen size + client.md <-- (ENG) Developper documentation about the client part + message_chain.txt <-- (ENG) Gives the message chain (API calls) for builiding the different blocks + protocol.txt <-- (ENG) Gives a summary of the different server response payloads + server.md <-- (ENG) Developper documentation about the server part + variables_config.md <-- (ENG) User/programmer documentation about configuring parameters for the graphical part +``` ## Installation (!!! WIP !!!)