Welcome to the Turing Hall Frontend project, a ReactJS application that serves as the frontend for the Turing Hall platform. This README provides instructions on how to set up and run the project effectively.
Before you get started, make sure you have the following prerequisites installed on your system:
-
Clone this repository to your local machine:
git clone https://github.com/Darahaas2001/turing-hall-frontend.git
-
Navigate to the project directory:
cd turing-hall-frontend
-
Install React.js dependencies using Yarn:
yarn install
-
Start the application using the following command:
yarn start
-
The application will start on port 3000. You can access it in your web browser at http://localhost:3000.
The backend code for the Turing Hall platform is available at Turing Hall Backend Repository. Ensure you have the backend set up and running as per its instructions to enable the complete functionality of the Turing Hall platform.
If you encounter any issues or have questions, please refer to the project's issue tracker on GitHub for support or to report problems.