Skip to content

Language Models for Fault Localization & Explanations

Notifications You must be signed in to change notification settings

sinclairlim/lign167

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FLEX: Fault Localization and Explanations

Frontend Setup Guide

Follow these steps to set up the React frontend on your local machine:

Prerequisites

  • Windows: Install Node.js (LTS version recommended) and ensure npm is included.
  • Mac/Linux: Install Node.js (LTS version recommended) via the official website or package manager.

Steps

1. Clone the Repository

Run the following command to clone the project repository:

git clone <repository-url>
cd <repository-folder>/frontend

2. Install Dependencies

Run the following command to install the required dependencies:

npm install

3. Start the Development Server

npm start

Should startt at http://localhost:3000.

Note: You should also be running the backend via the local Flask API at http://127.0.0.1:5000.

About

Language Models for Fault Localization & Explanations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published