This is the repository for my personal portfolio website. It is a monorepo managed with Yarn Plug'n'Play (PnP) and contains multiple packages.
@cory/root: The root package.@cory/web-root: The web root package.@cory/web-home: The web home package.
To install the dependencies, run:
yarn installTo build the web projects, run:
yarn workspace @cory/web-root build
yarn workspace @cory/web-home buildAlternatively, you can build all packages from the root by running:
yarn buildTo start the web projects, run:
yarn workspace @cory/web-root start
yarn workspace @cory/web-home startAlternatively, you can start all packages from the root by running:
yarn startTo lint all web projects, run:
yarn lintThe web projects output a single-spa application built with Rollup for SystemJS.