An open API service indexing awesome lists of open source software.

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

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.