Skip to content

rishikesh-y/storekit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo starter

This is an official Yarn v1 starter turborepo.

What's inside?

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

Apps and Packages

  • docs: a Next.js app

  • server: Backend Server of the meroku store protocol.

  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)

  • tsconfig: tsconfig.jsons used throughout the monorepo

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 start:dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.0%
  • Dockerfile 5.2%
  • JavaScript 2.9%
  • PLpgSQL 1.4%
  • Shell 1.2%
  • CSS 0.3%