pmndrs / uikit

🎨 user interfaces for react-three-fiber
https://pmndrs.github.io/uikit/docs/
Other
2.58k stars 134 forks source link

No setter.js #113

Open felixtrz opened 2 weeks ago

felixtrz commented 2 weeks ago

node.ts references setter from './setter.js', but this file does not exist in the repository https://github.com/pmndrs/uikit/blob/main/packages/uikit/src/flex/node.ts#L4

felixtrz commented 2 weeks ago

Ah figured it out.. need to run npm run generate first, can we then have npm run generate as part of npm run build? A guide for building locally would be helpful 🙏

bbohlender commented 2 weeks ago

Have you checked out https://github.com/pmndrs/uikit/blob/main/CONTRIBUTING.md ?