Developer Documentation
Developer documentation can be found at https://vdl.sci.utah.edu/upset2/.
For more information on documentation see the Developer Documentation Guidelines.
Developer Documentation Guidelines
When adding a new feature, ensure that your additions are well documented following JSDoc style annotations. Also, please add testing via Playwright, outlined in #end-to-end-e2e-testing.
To build the documentation locally, use the command: yarn build:docs
. Then, use yarn dev:docs
to visualize the results.