This is based on the redux-bundler example application
npm i
This hack is necessary to get Parcel to transpile imported node modules correctly.
Edit node_modules/@parcel/core/lib/summarizeRequest.js
Change return !filePath.includes(NODE_MODULES);
to return true;
npm run build
compiles js for use in the sorghum-webapp assuming you have cloned that in the same parent directory
npm run start-maize
launches the maize pangenome subsite