Skip to content

akluball/2dks

Repository files navigation

2-Dimensional Kinetics Simulator

Requirements:

  1. npm/node
  2. docker

Usage

build

npm run build

start

npm start

open

npm run open

stop

npm stop

Test

setup

npm run test-setup

test

npm test

cleanup

npm run test-cleanup

start development mode

npm run dev

Maintenance

lint

npm run lint

lint fix

npm run lint:fix

clean

npm run clean

Notes

The tests are strict so there may be some flaking when run against different browsers or versions than the one they were developed against.

Some tests resize the document body.

Some tests assume that the simulation svg has the same dimensions as the document body (see grid tests).

About

2-Dimensional Kinetics Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published