Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 383 Bytes

File metadata and controls

20 lines (13 loc) · 383 Bytes

Cytoscape Web

Requirements

  • yarn 1.22.11
  • Node.js 16.8.0

Setup

run yarn install

Commands

run a command using yarn <command>

  • build: build the app for production
  • dev: run a dev server that watches code changes
  • lint: lint code according to the eslint config
  • format: format source code according to eslint and prettier configs
  • test: run tests