singhalkarun / agrimitra-app

Home Page:https://agri-mitra.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgrI-Mitra

Requirements 📜

NodeJS and NPM or yarn

What's inside?

This repo uses Yarn as a package manager. It includes the following packages/apps:

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 repo has some additional tools already setup for you:

Build

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

cd my-turborepo
yarn run build

Develop

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

cd my-turborepo
yarn run dev

Useful Links

Learn more about the power of Turborepo:

About

https://agri-mitra.vercel.app


Languages

Language:JavaScript 44.7%Language:TypeScript 42.4%Language:Less 9.9%Language:CSS 2.3%Language:MDX 0.4%Language:HTML 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%