Skip to content
/ js-dos Public
forked from caiiiycuk/js-dos

The best API for running dos programs in browser

Notifications You must be signed in to change notification settings

oof289/js-dos

 
 

Repository files navigation

js-dos v8

Build

The next major version of js-dos.

Not production ready. Please use 7.xx for production.

Watch the video

Requirments

You need to put emulators@beta into public/emulators.

cp -rv node_modules/emulators/dist/* public/emulators

Deployment

yarn run vite build --base /latest --sourcemap true --minify terser && \
    aws s3 --endpoint-url=https://storage.yandexcloud.net sync --acl public-read \
    dist s3:https://jsdos/latest --delete 

About

The best API for running dos programs in browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • CSS 3.0%
  • HTML 1.1%
  • JavaScript 0.5%