Skip to content

Animalmix55/corycherven.dev

Repository files navigation

Cory Cherven's Personal Portfolio Website

This is the repository for my personal portfolio website. It is a monorepo managed with Yarn Plug'n'Play (PnP) and contains multiple packages.

Packages

  • @cory/root: The root package.
  • @cory/web-root: The web root package.
  • @cory/web-home: The web home package.

Installation

To install the dependencies, run:

yarn install

Commands

Build

To build the web projects, run:

yarn workspace @cory/web-root build
yarn workspace @cory/web-home build

Alternatively, you can build all packages from the root by running:

yarn build

Start

To start the web projects, run:

yarn workspace @cory/web-root start
yarn workspace @cory/web-home start

Alternatively, you can start all packages from the root by running:

yarn start

Lint

To lint all web projects, run:

yarn lint

Output

The web projects output a single-spa application built with Rollup for SystemJS.

About

All code affiliated with my personal website

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •