stacks icon indicating copy to clipboard operation
stacks copied to clipboard

feat: Onboarding Setup

Open dorelljames opened this issue 11 months ago • 3 comments

Fixes issue #850

dorelljames avatar Mar 07 '24 01:03 dorelljames

PR Summary

  • Improved Terminal Output via Bootstrap File The bootstrap file has been updated to show the current project directory path. This will make it easier to keep track of where you are when working on the project.

  • Automatic Installation of Project Dependencies A new line of code has been added to the bootstrap file. Now, it uses a tool called 'bun' to automatically install the project's dependencies. You won't have to manually install each one, thus saving time and streamlining the setup process.

  • Updated pkgx-install Script The entire script in the pkgx-install file has been replaced with a new, more efficient script fetched from pkgx.sh using curl. This change updates the package installation process thus making the overall system more efficient.

what-the-diff[bot] avatar Mar 07 '24 01:03 what-the-diff[bot]

This should be good to go unless there are still files that I've missed.

dorelljames avatar Apr 04 '24 00:04 dorelljames

getting there 🔥

chrisbbreuer avatar Apr 09 '24 19:04 chrisbbreuer