Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
[email protected] 008edeb6e6 no message há 8 meses
public add template page and functions há 11 meses
src no message há 8 meses
.env init commit há 1 ano
.env-cmdrc updated the key of adobe API há 11 meses
.eslintrc init commit há 1 ano
.gitignore update client pages há 11 meses
.prettierrc init commit há 1 ano
CODE_OF_CONDUCT.md init commit há 1 ano
LICENSE init commit há 1 ano
README.md updated edit & save PDF form há 11 meses
jsconfig.json init commit há 1 ano
package-lock.json adding the upload and download PDF form for demo há 11 meses
package.json adding the upload and download PDF form for demo há 11 meses
yarn.lock adding the upload and download PDF form for demo há 11 meses

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