A custom library for antiSMASH genome viewing.
Requires npm
. Install the dependencies with:
npm ci
Then you can run either
make
or
npm run compile
./node_modules/.bin/webpack --mode production
and the resulting library will be dist/antismash.js
.
All code is available under the GNU Affero General Public License (version 3),
see the LICENSE
file for details.