Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 336 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 336 Bytes

An interactive period-doubling bifurcation plotter! Currently plots logistic map.

Tools

  • Babel
  • SCSS
  • Typescript
  • Vue.js
  • Webpack

Setup

Start live development server:

npm install
npm run start:hmr

Build

Build for deployment (output in dist/):

npm run build:prod