/epic-name-generator

Generate epic names with different frameworks

Primary LanguageTypeScript

Epic Name Generator

Official monorepo for ENG ldt!

With our specialized algorithm and sensible default, anybody can generate an epic name in seconds and our vision is to enable people to generate their epic name no matter their use case

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

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:

yarn run build

Develop

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

yarn run dev

Useful Links

Learn more about the power of Turborepo: