-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add Local Development Setup Instructions to Documentation #535
Comments
You only need to run if there are things that are not clear it is good to comment them here and see how we can improve them. The link is this one: https://brisa.build/getting-started/quick-start thanks @Anonymous961 |
@Anonymous961 feel free to contribute editing the points that can be improved, all contributions are very welcomed |
@aralroca I think @Anonymous961 is talking about setup instructions in CONTRIBUTING.md maybe 😐 |
@chankruze, you're right! I was referring to local development instructions specifically for contributors. It would be helpful to have a guide on how to clone the repo, set up the environment, and begin local development. Additionally, it would be great to clarify the process for code reviews and who contributors should reach out to when seeking feedback. |
Ah ok! Got it! Totally agree, this can be improved a lot. Probably related to #533 (comment) too |
@Anonymous961 @chankruze There are tests, such as Node tests among others, that need to have the bun run build (maybe looking to the GH action can help). Surely it can be explained better, but I leave here what is really necessary:
And then to work:
Feel free to contribute by improving this file by explaining it better or adding some detail to help the beginner. It is likely that since you are not familiar with it, you can clarify any initial doubts you may have had. Apart from this, there are some tests (9 approx from +3k) that in the new versions of Bun have stopped working when running |
The current documentation does not include steps for setting up the project for local development. Adding these steps would help contributors and developers get started quickly. Could we include a section that covers installation, dependencies, and running the project locally?
The text was updated successfully, but these errors were encountered: