Skip to content

nlisgo/difference-engine-2

Repository files navigation

Babbage Difference Engine No. 2

A simulator for the Babbage Difference Engine No 2.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku