Disclaimer: This is a template repository that gathers my personal stack, feel free to fork or make your own starter from it with your own stack (bunjs compatible).
./rename.sh <my-project-name>
to replace all occurences of fastbun-starter
in project. Run this any time you want, it auto-replaces itself.
then
bun install
then
bun dev
or bun run dev
bun install
run install command only as a missing dep tool, not a command to add a package
bun add <new-package>
adds a dependency to the nearest package.json file
You will need to create a folder inside /packages
.
Inside, run: bun init
Add "my-custom-package": "workspace:*"
to another package or app you want to use into.
workspace keyword is bun specific / recommended by the team
For more infos about using a Turborepo monorepository, refer to: https://turbo.build/repo/docs/handbook