Skip to content

πŸ‘¨πŸ½β€πŸ’» Welcome to the source code for my personal website (Re-written with Next.js)

License

Notifications You must be signed in to change notification settings

brionmario/brionmario.com

Repository files navigation

README cover of brionmario.com source-code

What's inside?

This repo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • apps
    • website: Main website app writtem in Next.js app
  • packages
    • ui: A stub React component library.
    • tsconfig: Typescript configurations.

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

pnpm run build

Develop

To develop all apps and packages, run the following command:

pnpm run dev