From 41f21b1e08ff58853ca1e6abc8c772e3dd1dcfd0 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 31 Oct 2021 21:13:00 +0100 Subject: [PATCH] Removed examples main Readme to leave one in each example --- examples/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index 7bfe2d2..0000000 --- a/examples/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Examples - -This is examples folder. These examples are used to test new features and as sample showcases. - -Each example is linked to webserver.js, which _requires_ express.js to run. -Express.js has been inserted as "example package" dipendency. - -```sh -$ git clone https://github.com/alexandercerutti/passkit-generator.git; -$ cd passkit-generator; -$ npm install; -$ npm run example:install && npm run example:build; -$ npm run example ; -``` - -Certificates paths in examples are linked to a folder `certificates` in the root of this project which is not provided. -To make them work, you'll have to edit both certificates and model path. - -Visit [http://localhost:8080/gen/examplePass](http://localhost:8080/gen/examplePass) to get the pass. Replace "examplePass" with the pass name in models folder. -Please note that `field.js` example will force you to download `exampleBooking.pass`, no matter what. - ---- - -Every contribution is really appreciated. ❤️ Thank you!