/dimension-trails

Orbital motion through 01234D & time

Primary LanguageTypeScript

dimension trails

Orbital motion through 01234D & time

Static site — https://alexburner.github.io/dimension-trails

Playground — https://alexburner.github.io/dimensions

Development

install

Install npm dependencies

npm install

dev

Run dev server + watch (outputs to dev)

npm run dev
npm run clean # remove .cache/ dev/

tsc

Run TypeScript compiler + watch (no emit, types only)

npm run tsc

format

Run prettier and tslint --fix

npm run format # prettier + tslint
npm run prettier
npm run tslint

build

Run production build (outputs to docs)

npm run build