A simulator for the Babbage Difference Engine No 2.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/nlisgo/difference-engine-2.git # or clone your own fork
$ cd difference-engine-2
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or