bernhard-42 / three-cad-viewer

A CAD viewer component based on three.js
MIT License
158 stars 28 forks source link

Add yarn install to the readme #15

Closed h3n3b0sch closed 4 months ago

h3n3b0sch commented 5 months ago

In the section Getting started after point 2 there should be a yarn install command before point 3. Without it, at least in my case, yarn run start gives an error that it can't find rollup.

h3n3