Getting started
Installation
Install FloPay packages from npm using npm, pnpm, or yarn.
Installation
FloPay packages are published to npm as private scoped packages under @flopay/*.
1. Authenticate with npm
Add your npm token to your user-level ~/.npmrc (do not commit this file):
No special registry routing is needed — @flopay packages are on the default npm registry.
2. Install Packages
The @flopay/shared package is a dependency of all other packages and is installed automatically.
CI Setup (GitHub Actions)
Add NPM_TOKEN as a repository or organization secret, then configure your workflow:
Railway / Vercel / Netlify
Set the NPM_TOKEN environment variable to your npm access token in your hosting provider's dashboard. Most platforms use this automatically for npm authentication.