-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime Commands #79
Comments
Yeah, they changed many times and I haven't had time to update the docs, sorry. :( Turbo-repo is "less needed" (it is just a npm run all, sort of). Yes, theoretically you can run with NPM, but you probably need to set-up workspaces first. Right now, the recommended way is pnpm. Just After you install from pnpm, you can execute from npm, but I think you need to install the first time using pnpm. |
how to run the test in local dev |
The tests were disabled on the last version in favor of the debug UI, so pnpm i and pnpm dev gives everything you need |
This runs with Turborepo.
Is there a recommended version?
Can you run this w/ NPM as well?
Docs were a bit vague on runtime/build requirements
The text was updated successfully, but these errors were encountered: