https://github.com/nfriend/origins-host
A js-box (DOSBox) app to allow my old QBASIC programs to live on through the internet
https://github.com/nfriend/origins-host
basic dos dosbox js-box qbasic qbasic-programs retro
Last synced: 3 months ago
JSON representation
A js-box (DOSBox) app to allow my old QBASIC programs to live on through the internet
- Host: GitHub
- URL: https://github.com/nfriend/origins-host
- Owner: nfriend
- Created: 2018-05-17T23:20:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T18:47:39.000Z (over 6 years ago)
- Last Synced: 2025-02-16T12:16:59.186Z (3 months ago)
- Topics: basic, dos, dosbox, js-box, qbasic, qbasic-programs, retro
- Language: Visual Basic
- Homepage: https://nathanfriend.io/origins
- Size: 8.09 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# origins-host
A js-box (DOSBox) app to allow my old QBASIC programs to live on through the internet## Developing
`npm run build`: Zips all `.BAS` files into a `.zip` ready for execution by `js-dos`.
`npm run build:watch`: Same as above, but re-runs whenever file changes are detected.