No dist folder
Opened this issue · 1 comments
fierceFerdy commented
When trying to run either the manual test or the mininal demo it tries to load files from dist/models/ and dist/browser/ which are not there. There's no dist/ at all.
haZya commented
Hey @fierceFerdy
If you have cloned the project it won't have the dist folder until you build the project. So you can run yarn bundle
to build the project and bundle all the models into the dist folder. Alternatively you can also download the npm package that contains the dist folder.