Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
kelvinsuen c225c30207 update authority vor 11 Monaten
public add template page and functions vor 11 Monaten
src update authority vor 11 Monaten
.env init commit vor 1 Jahr
.env-cmdrc updated the key of adobe API vor 1 Jahr
.eslintrc init commit vor 1 Jahr
.gitignore update client pages vor 11 Monaten
.prettierrc init commit vor 1 Jahr
CODE_OF_CONDUCT.md init commit vor 1 Jahr
LICENSE init commit vor 1 Jahr
README.md updated edit & save PDF form vor 1 Jahr
jsconfig.json init commit vor 1 Jahr
package-lock.json adding the upload and download PDF form for demo vor 1 Jahr
package.json adding the upload and download PDF form for demo vor 1 Jahr
yarn.lock adding the upload and download PDF form for demo vor 1 Jahr

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