A plugin for rendering iGEM parts.
To run:
- Install dependencies with
yarn - Start with
yarn start
The configuration is in data/config.json. You can ignore config.local.json.
There are two configuration options:
applicationPort: the port on which the plugin server listens for requestsiGEMSuffix: the suffix appended to the iGEM URL an SBOL part was derived from, used to customize which iGEM page to fetch and return.
The plugin has 6 endpoints, main/status, main/run, design/status, design/run, experience/status, and experience/run