Skip to content

madebyluque/ccsseraphini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc @sseraphini / monorepo

cc @sseraphini article

Getting Started

This project uses classic Yarn 1.x Workspaces

To setup a local development, you can clone and run Yarn in the root of the project:

git clone https://github.com/sibelius/ccsseraphini
cd ccsseraphini
yarn install

This will install all dependencies for projects inside apps/

Now you can use yarn workspace API to start a project:

yarn workspace web dev # this will run 'apps/web/package.json' script called 'dev'

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • JavaScript 12.2%
  • Shell 0.1%