Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 257 Bytes

bontiva

monorepo packages made easy

Local run

  1. Set your monorepo path in .env file
REPO_PATH = '/Users/rakesh/Desktop/project/my-mono-repo'
  1. Local server start
yarn install
yarn run dev

Browser: http://localhost:9000