Updated examples README

This commit is contained in:
Alexander Cerutti
2025-01-11 16:34:29 +01:00
parent 3f073bf930
commit cbececb4f0
4 changed files with 20 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ This is examples folder. These examples are used to test new features and as sam
Each example owns an endpoint where a pass can be reached. This project is built upon Express.js.
Typescript compilation is done automatically through `ts-node`.
Typescript compilation is done automatically through `tsx`.
Before generating a new pass, you'll have to override the `passTypeIdentifier` and `teamIdentifier` for them to match the data in your certificates. This can be done in two ways:
@@ -13,11 +13,12 @@ Before generating a new pass, you'll have to override the `passTypeIdentifier` a
Omitting this step, will make your pass unopenable.
Assuming you already installed this project its dependencies through `npm install` and moved to `examples/self-hosted`, run these commands:
Install the dependencies from wherever path you are with `pnpm install`. Installing the dependencies will link passkit-generator in the parent workspace, so to reflect any change, it will be enough to build passkit-generator and restart the example.
Then be sure to be placed in this folder (`examples/self-hosted`) and run this command to run the web server:
```sh
$ npm install;
$ npm run example;
$ pnpm example;
```
Certificates paths in examples are linked to a folder `certificates` in the root of this project which is not provided.
@@ -25,7 +26,7 @@ To make them work, you'll have to edit both certificates and model path.
Every example runs on `0.0.0.0:8080`. Visit `http://localhost:8080/:example/:modelName`, by replacing `:example` with one of the following and `:modelName` with one inside models folder.
Please note that `field.js` example will force you to download `exampleBooking.pass`, no matter what.
Please note that `field.js` example is hardcoded to download `exampleBooking.pass`.
| Example name | Endpoint name | Additional notes |
| -------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------- |