Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 706 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 706 Bytes

colorcodes.dev

  1. a monolith.
  2. a yarn workspace.
  3. a lerna.

Background

peruse around the [./packages] folder.

  • each package has its own README.

Install

  1. download or upgrade yarn: instructions
  2. clone the repository: git clone [email protected]:richsoni/colorcodes.dev.git
  3. install dependencies: cd colorcodes.dev && yarn

Commands

clean:implode

this command will remove all dependencies (except yarn), for a fresh install.

build:web

  • used during deploys (temporarily).