/projects

Primary LanguageTypeScriptMIT LicenseMIT

Projects monorepo

A Turborepo monorepo for my projects.

What's inside?

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

Apps and Packages

  • minesweeper: minesweeper web game
  • portfolio: portfolio website
  • snake: snake web game
  • eslint-config-custom: eslint configuration
  • stylelint-config-custom: stylelint configuration
  • tsconfig: typescript configuration

Each package/app is 100% TypeScript.

Utilities

This monorepo uses the following tools:

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

Lint

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

pnpm run lint