Javascript port of Pat Hooper's original Java program, written c. 2012/2013 for use during Summer@ICERM. Runs at http://awstlaur.github.io/negsnel/
Aided research, culminating in: https://arxiv.org/abs/1502.02053
yarn
will install the dev dependencies (needs Yarn)npm install
will also work, just don't commit anypackage-lock.json
it creates
yarn run start:dev
will load up the webpack dev server, and watch for file changes- At the moment, the build is committed to source control. It is placed in
docs/
for compatibility with Githup Pages - Run
yarn run precommit
(ornpm run precommit
). There should be no errors, andgit status
should only report differences if you plan not to update the build
Contact me if you would like to add a feature or fix a bug, prior to putting in significant work.