====== EteSync ====== ===== Client web ===== $ git clone https://github.com/etesync/etesync-web.git $ cd etesync-web/ $ ls AUTHORS deploy.sh LICENSE package.json public README.md setenv src tsconfig.json yarn.lock $ yarn yarn install v1.19.2 [1/4] Resolving packages... [2/4] Fetching packages... (...) $ yarn build $ cd build/ $ python3 -m http.server 8090 ===== Sources ===== * [[https://github.com/etesync/etesync-web|sources du client web (github.com)]]