Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
kelvinsuen 3cd7e19acd update client & pdf pages il y a 3 semaines
public add template page and functions il y a 1 mois
src update client & pdf pages il y a 3 semaines
.env init commit il y a 2 mois
.env-cmdrc updated the key of adobe API il y a 1 mois
.eslintrc init commit il y a 2 mois
.gitignore update client pages il y a 1 mois
.prettierrc init commit il y a 2 mois
CODE_OF_CONDUCT.md init commit il y a 2 mois
LICENSE init commit il y a 2 mois
README.md updated edit & save PDF form il y a 1 mois
jsconfig.json init commit il y a 2 mois
package-lock.json adding the upload and download PDF form for demo il y a 1 mois
package.json adding the upload and download PDF form for demo il y a 1 mois
yarn.lock adding the upload and download PDF form for demo il y a 1 mois

README.md

2Fi LIONER Frontend Setup

1. Install NPM Modules

  • Run the following command in terminal
    npm install
    

2. Config the library

  • Navigate to “LIONER-frontend\node_modules\pspdfkit\dist”
  • Copy the folder “pspdfkit-lib”
  • Create a new folder “sdk” in “LIONER-frontend\public”
  • Paste the “pspdfkit-lib” inside “sdk” folder

3. Run the application

  • Start the application by the following command:
    npm start