Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 506 Bytes

File metadata and controls

22 lines (14 loc) · 506 Bytes

jbrowse-react-circular-genome-view-nextjs

This is a demo of using the circular genome view with next14 and the app router.

Demo of @jbrowse/react-circular-genome-view with next.js

See this app running at https://jbrowse.org/demos/cgv-nextjs/.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Deploy

This page is deployed to https://jbrowse.org/demos/cgv-nextjs (uses output:export in next.config.js to create static build with no server side)