Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
[email protected] 5c71b38a11 no message 6 місяці тому
public add template page and functions 9 місяці тому
src no message 6 місяці тому
.env init commit 10 місяці тому
.env-cmdrc updated the key of adobe API 10 місяці тому
.eslintrc init commit 10 місяці тому
.gitignore update client pages 9 місяці тому
.prettierrc init commit 10 місяці тому
CODE_OF_CONDUCT.md init commit 10 місяці тому
LICENSE init commit 10 місяці тому
README.md updated edit & save PDF form 10 місяці тому
jsconfig.json init commit 10 місяці тому
package-lock.json adding the upload and download PDF form for demo 10 місяці тому
package.json adding the upload and download PDF form for demo 10 місяці тому
yarn.lock adding the upload and download PDF form for demo 10 місяці тому

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