Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 465 Bytes

File metadata and controls

33 lines (17 loc) · 465 Bytes

Codeflowcanvas

Generic Visual programming system using vanilla DOM and JS.

How to run

npm install (or npm install --legacy-peer-deps when install gives dependency graph errors)

npm run start

How to access

Basic flow:

http://localhost:4200

GL flow for building fragment shaders:

http://localhost:4200/gl

How to run build

  • npm run build

How to run tests

  • npm run test

How to run playwright tests

  • npm run start
  • npm run playwright