How build module for browser from source code?

Hi.
How can I build a project from source?

I made a clone of the repository
1 - git clone GitHub - ipfs/js-ipfs: IPFS implementation in JavaScript
2 - npm install
3 - npm run build

This has collected all the packages that are in the repository.
How can I further build one module for the browser?