A live preview of the main
branch can be found at cytoscape-home.pages.dev.
First, ensure you've install the dependencies:
npm install
Then:
npm run <target>
watch
ordev
: Run a local dev server with automatic builds when you change the sourcelint
: Run the linter (ESLint)build
: Build for production