This repository contains the source code for a Binary-128 / Quad-Precision Floating Point Converter, a Simulation Project in Introduction to Computer Organization and Architecture 2 (CSARCH2).
To run the program locally, follow these steps:
-
Download or Clone Repository:
- Download the Zip file or clone this repository to your local computer.
-
Navigate to the Project Directory:
- Open your terminal/command prompt and navigate to the folder containing the source code.
-
Install Dependencies:
- Ensure you have Node.js and npm installed.
- Run the following command to navigate to the project folder:
cd converter - Then, install dependencies using npm:
npm install
-
Run the Program:
- After installing the dependencies, run the following command:
npm run dev
- After installing the dependencies, run the following command:
-
Access the Application:
- Once the program is running, you can access it through your web browser at:
http://localhost:5171
- Once the program is running, you can access it through your web browser at:
Alternatively, you may visit the deployed version, which is hosted using Netlify. Click on this link: Binary-128 Floating Point Converter