Component
Feature Description
Could we implement something to better faciliate first-time builds? Right now, if one just clones the repo and runs
``bash
cd formulus
npm install
it will fail with a cryptic error, because the components and tokens are not yet built.. Building those will solve the issue, but it is a small bump on the way for smooth onboarding?
Component
Feature Description
Could we implement something to better faciliate first-time builds? Right now, if one just clones the repo and runs
``bash
cd formulus
npm install