mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-21 13:31:05 +00:00
An Apple 1 Emulator in Javascript
css | ||
js | ||
tapes | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
about.html | ||
apple1js.html | ||
babel.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
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