stacks
stacks copied to clipboard
feat: Onboarding Setup
Fixes issue #850
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 thepkgx-install
file has been replaced with a new, more efficient script fetched frompkgx.sh
usingcurl
. This change updates the package installation process thus making the overall system more efficient.
This should be good to go unless there are still files that I've missed.
getting there 🔥