This project contains a frontend application built with React and a backend application written in Python. The instructions below will guide you through setting up and running both the frontend and backend applications.
Before you begin, ensure you have the following software installed on your system:
- Node.js and npm (for the React frontend)
- Python 3.x and pip (for the Python backend)
Follow these steps to set up and run the applications.
-
Navigate to the
frontend
directory:cd src/frontend
-
Install the dependencies:
npm install
-
Start the React application:
npm start
-
Navigate to the
backend
directory:cd src/backend
-
Install the Python dependencies:
pip install -r requirements.txt
-
Run the Python script:
python main.py
Once you have set up both the frontend and backend, you can run them simultaneously.
- Open a terminal window and follow the steps in the "Frontend" section to start the React application.
- Open another terminal window and follow the steps in the "Backend" section to run the Python script.
1110101010101010
0001101010101010
...
This file should contain binary instructions, each line representing one instruction.
go register A
ALU
registerA: 32767
registerD: 0
ram: 0
finish
- Ensure that the frontend and backend applications are running on different ports to avoid conflicts.
- If you encounter any issues, refer to the documentation of the respective technologies or seek help from online communities.
This project is licensed under the MIT License. See the LICENSE file for details.