Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
/ game-studio Public archive

Latest commit

 

History

History
17 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 555 Bytes

DOS.Zone Game Studio v7

THIS IS LEGACY VERSION, NOW STUDIO IS A PART OF JS-DOS

Game Studio is a tool for creation `js-dos bundles`. You can think about bundle like a single archive that contains everything to run DOS program (read more).

Development

yarn start

Web deployment

cd build && PUBLIC_URL=/studio NODE_ENV=production yarn build && aws s3 --endpoint-url=https://storage.yandexcloud.net sync . s3://dos.zone/studio --delete --acl public-read && cd ..