/essayo

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Essayo

This repo uses pnpm instead of npm, install it using this guide

Being developed by DitherWither and Arthavruksha

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

Everything that gets deployed directly goes in apps/.

Everything that gets imported by other packages goes in packages/

  • app/docs: a Next.js app, currently not used, will contain docs later
  • apps/web: another Next.js app
  • packages/eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • packages/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:

cd my-turborepo
pnpm build

Develop

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

cd my-turborepo
pnpm dev