https://github.com/warelab/gramene-search
https://github.com/warelab/gramene-search
reactjs redux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/warelab/gramene-search
- Owner: warelab
- License: mit
- Created: 2018-07-10T19:06:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-02T05:13:39.000Z (3 months ago)
- Last Synced: 2026-04-02T16:59:03.693Z (3 months ago)
- Topics: reactjs, redux
- Language: JavaScript
- Size: 3.62 MB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gramene-search
This is based on the redux-bundler example application
## install
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;
## build
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