Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 186 Bytes

Install

yarn run vite build && \
    cd dist && \
    aws s3 --endpoint-url=https://storage.yandexcloud.net sync --acl public-read . s3://retro-install --delete && \
    cd ..