Development workspace for fbi
npm i -g pnpm
git clone https://github.com/fbi-js/dev-workspace.git
cd dev-workspace
- Clone projects
git clone https://github.com/fbi-js/fbi.git
git clone https://github.com/fbi-js/factory-factory.git
git clone https://github.com/fbi-js/factory-node.git
git clone https://github.com/fbi-js/factory-web.git
- ...
- Install Deps:
pnpm i
- fbi
cd fbi
npm run watch
- in the new terminal tab:
npm link
- check:
fbi
- factory-factory
cd factory-factory
npm run watch
- in the new terminal tab:
fbi link
- check:
fbi ls
- factory-node / factory-web
cd factory-node
orcd factory-web
fbi ls
fbi b
orfbi w