Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 467 Bytes

#Pitch Shifter

Inspired by Chris Wilson's Jungle

Development

Install the node modules: npm install

Install Webpack: npm install -g webpack

Run webpack watch: webpack --watch

Every time a typescript file is saved, Webpack will bundle all dependencies into a minified bundle.js file and create sourcemaps for debugging. In dev tools look at webpack:// in the Sources panel.