refactor(dev/setup): implement improved contributor onboarding UI #234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request refactors and improves the local development setup flow for the project. The main changes include reorganizing setup scripts into a dedicated directory, enhancing the user interface and experience for the setup guide, and updating the setup process to use new HTML templates for instructions. These updates make the setup process clearer, more visually appealing, and easier to follow for contributors.
Setup Script Refactoring and Directory Reorganization
dev/setup.jstodev/setup/index.js, and the GitHub App registration logic fromdev/lib/register-github-app/index.jstodev/setup/lib/index.js, improving code organization and maintainability. [1] [2]Enhanced Setup Guide User Interface
dev/setup/lib/content.html.jsfor the setup guide, featuring improved styling, step-by-step instructions, and visual feedback for each setup step. This provides contributors with a clearer and more engaging setup experience.Developer Experience Improvements
package.jsonto use the new entry point (dev/setup/index.js), and improved the startup log message to guide users to open the correct URL in their browser. [1] [2]Related Issue
N/A
Screenshots/Screencasts
Notes to Reviewer
N/A