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