No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
kelvinsuen 2a08338e8f update profile tab hace 4 semanas
public add template page and functions hace 1 mes
src update profile tab hace 4 semanas
.env init commit hace 2 meses
.env-cmdrc updated the key of adobe API hace 1 mes
.eslintrc init commit hace 2 meses
.gitignore update client pages hace 1 mes
.prettierrc init commit hace 2 meses
CODE_OF_CONDUCT.md init commit hace 2 meses
LICENSE init commit hace 2 meses
README.md updated edit & save PDF form hace 1 mes
jsconfig.json init commit hace 2 meses
package-lock.json adding the upload and download PDF form for demo hace 1 mes
package.json adding the upload and download PDF form for demo hace 1 mes
yarn.lock adding the upload and download PDF form for demo hace 1 mes

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