Skip to content

demianDAO/tia-explorer

 
 

Repository files navigation

Explorer

Apps and Packages

This is a monorepo built with Turborepo. These are the workspaces inside:

  • web: the main app built with Next.js
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo
  • tailwind-confg: the TailwindCSS configuration

Build

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

npm run build

Develop

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

npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.3%
  • JavaScript 17.6%
  • MDX 7.7%
  • Other 0.4%