Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiiiycuk/js-dos
The best API for running dos programs in browser
https://github.com/caiiiycuk/js-dos
browser dos dosbox js
Last synced: about 1 month ago
JSON representation
The best API for running dos programs in browser
- Host: GitHub
- URL: https://github.com/caiiiycuk/js-dos
- Owner: caiiiycuk
- Created: 2014-12-28T12:22:27.000Z (almost 10 years ago)
- Default Branch: 8.xx
- Last Pushed: 2024-10-04T11:47:04.000Z (about 1 month ago)
- Last Synced: 2024-10-07T09:12:51.400Z (about 1 month ago)
- Topics: browser, dos, dosbox, js
- Language: TypeScript
- Homepage: https://js-dos.com
- Size: 199 MB
- Stars: 1,034
- Watchers: 31
- Forks: 129
- Open Issues: 42
-
Metadata Files:
- Readme: README.deployment.md
Awesome Lists containing this project
- ru-awesome-opensource - github
README
# Deployment
Build and push release version:
```
yarn run vite build --base /latest --sourcemap true --minify terser && \
aws s3 --endpoint-url=https://storage.yandexcloud.net sync --acl public-read \
dist s3://jsdos/latest --delete
```Clear the CDN cache (v8.js-dos.com) in dashboard, pattern:
```
/latest,/latest/*
```