A monorepo for managing shared configurations, utilities, hooks, and UI components used across the BBODEK frontend.
Prerequisites:
Note
We use Node v22.14.0, with asdf.
Setup:
git clone git@github.com:thebbodek/dotoli.git
cd dotoli
pnpm install && pnpm buildRun storybook development server:
pnpm sb:devWorkspace Installation:
cd apps/hooks
pnpm add -D @bbodek/eslint-config@workspace:* Run project scripts from root directory:
pnpm --filter=<package-name> <script>
# e.g.
pnpm --filter=@bbodek/hooks buildLicensed under the MIT license.
