Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 338 Bytes

Installation

git clone [email protected]:bigstair-monorepo/monorepo.git bigstair-monorepo
cd bigstair-monorepo
yarn install
yarn dev

Add apps to apps directory:

cd apps
git clone [email protected]:bigstair-monorepo/app-vite-ts.git
git clone [email protected]:bigstair-monorepo/app-vite-js.git
cd ..
yarn install
yarn dev