Skip to content

jsp1999/Code-Graph-Frontend

Repository files navigation

Code-Graph-Frontend

This is a Next.js-based web application used to display codes and clusters. For backend see Code-Graph-Backend.

Disclaimer

This project has later been renamed to AnnoPlot.

Demo

https://github.com/jsp1999/Code-Graph-Frontend/blob/main/TryDemoVideo.mp4

Requirements

Ensure that a version of Node.js is installed:

npm -v

otherwise it can be downloaded here.

Getting Started

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.

License

This project is licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages