JAM Open Graph Image

JAM Graypaper Website

List of Clients

If you want to list your client or update your listing, please request the change by opening a new issue with the Client listing request template.

Or even better, directly opening a pull request making the changes yourself. The clients are listed in the ./src/data/clients.json file.

You can also fetch JSON list of clients file directly from the graypaper.com website for example show this list on your website as well.

https://graypaper.com/clients/json

Development

Getting Started

Install dependencies:

pnpm install

Run development server:

pnpm develop

Create production build:

pnpm build

Serve production build:

pnpm serve

Troubleshooting

There is a known issue with the node-canvas package on apple M1 / M2 chips, which is needed for the pdf viewer. If you run into issues try

pnpm apple-canvas-fix
# "brew install pkg-config cairo pango && pnpm rebuild canvas