# step49-2020 **Repository Path**: mirrors_google/step49-2020 ## Basic Information - **Project Name**: step49-2020 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Graph Mutation Visualization Tool ### Objective: Create a generic graph visualization tool that makes debugging easier for developers by helping them track mutations in graph structures. ### Authors: - Cindy Hao (@haoyxc) - Ishani Santurkar (@IshaniSanturkar) - Connor Brett (@connorbrett) ### Reviewers: - Hao Feng (@fenghaolw) - Yiting Wang (@EatingW) ### Setup: To get the dependencies for this project, run ``` npm install ``` in the root directory. Verify that the installation succeeded by running `ls` and making sure that `node_modules` is one of the listed directories. ### Running Instructions: Run ``` npm start ``` from the root directory and view the application on port 8080 of your localhost.