An Apple 1 Emulator in Javascript
Go to file
Will Scullin 41dbf0b420
First commit to github.
Based on original webpage version, modified to use
webpack and babel.
2019-09-04 20:03:11 -07:00
css First commit to github. 2019-09-04 20:03:11 -07:00
js First commit to github. 2019-09-04 20:03:11 -07:00
tapes First commit to github. 2019-09-04 20:03:11 -07:00
.editorconfig First commit to github. 2019-09-04 20:03:11 -07:00
.eslintrc.json First commit to github. 2019-09-04 20:03:11 -07:00
.gitignore First commit to github. 2019-09-04 20:03:11 -07:00
LICENSE First commit to github. 2019-09-04 20:03:11 -07:00
README.md First commit to github. 2019-09-04 20:03:11 -07:00
about.html First commit to github. 2019-09-04 20:03:11 -07:00
apple1js.html First commit to github. 2019-09-04 20:03:11 -07:00
babel.config.js First commit to github. 2019-09-04 20:03:11 -07:00
package-lock.json First commit to github. 2019-09-04 20:03:11 -07:00
package.json First commit to github. 2019-09-04 20:03:11 -07:00
webpack.config.js First commit to github. 2019-09-04 20:03:11 -07:00

README.md

apple1js

An Apple 1 emulator written in Javascript.

Things are still a little rough around the edges right now, hopefully I will have more time to clean things up.

First

npm install

To run a development server

npm run dev

The open http://localhost:8080/apple1js.html

To build a static distribution into dist

npm run build