We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
similar to https://github.com/getsentry/sentry-java/blob/main/CONTRIBUTING.md and other SDKs so we know which command to build and run locally in case we want to debug/test it
commands that should be there: yarn install yarn build
and ideally which folder outputs the executable
The text was updated successfully, but these errors were encountered:
I think we can just yank this section: https://github.com/getsentry/craft?tab=readme-ov-file#development into a new file, add an "Installation" section at the top saying:
yarn install yarn build
Or something close and get this done.
Sorry, something went wrong.
No branches or pull requests
similar to https://github.com/getsentry/sentry-java/blob/main/CONTRIBUTING.md and other SDKs
so we know which command to build and run locally in case we want to debug/test it
commands that should be there:
yarn install
yarn build
and ideally which folder outputs the executable
The text was updated successfully, but these errors were encountered: