The iFirmware website is designed to facilitate a one-stop shop for information regarding the firmwares used in iPhone OS, iOS, iPadOS, and tvOS.
In order to run a copy of the website, you must first have Node.js installed.
Then install yarn
if you don't have it:
> npm i -g yarn
Then you can run the following:
> git clone https://github.com/colejohnson66/iFirmware
> cd iFirmware
> yarn install
> yarn dev
After launching the server, a message will appear in the console telling you the server is "live":
ready - started server on http://localhost:3000
Enter that URL into your favorite browser to begin browsing.
Ultimately, this website is designed to be a place for all my knowledge regarding Apple's iDevice platform.
The iFirmware website is licensed under GNU Affero General Public License 3.0 or later.