This is a Next.js-based web application used to display codes and clusters. For backend see Code-Graph-Backend.
This project has later been renamed to AnnoPlot.
https://github.com/jsp1999/Code-Graph-Frontend/blob/main/TryDemoVideo.mp4
Ensure that a version of Node.js is installed:
npm -v
otherwise it can be downloaded here.
First, install packages:
npm install
Then, run the development server:
npm run dev
Or, run build and run the production server:
npm run build
npm run start
Open http://localhost:3000 with your browser to see the result.
For full functionality ensure that the backend is running.
This project is licensed under the Apache License, Version 2.0.