Skip to content

pomerium/desktop-client

Repository files navigation

Starting Development

Get all the dependencies

yarn

Development checkout of pomerium-cli

Set up repo clone and symlink

yarn dev-setup

This will internally check out the default branch of pomerium/cli

Change branch/tag/commit for cli checkout

( cd cli && git checkout [commit-ish] )

Pull branch updates (if any) and rebuild cli

To fetch branch updates and rebuild the cli binary

yarn build-cli

Run a dev build

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package