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.
 
 
 
[email protected] ea93d5ff98 adding the upload and download PDF form for demo hace 11 meses
public adding the upload and download PDF form for demo hace 11 meses
src adding the upload and download PDF form for demo hace 11 meses
.env init commit hace 1 año
.env-cmdrc added the appURL for path in utils, updated the server env settings hace 11 meses
.eslintrc init commit hace 1 año
.gitignore updated view PDF hace 1 año
.prettierrc init commit hace 1 año
CODE_OF_CONDUCT.md init commit hace 1 año
LICENSE init commit hace 1 año
README.md updated edit & save PDF form hace 11 meses
jsconfig.json init commit hace 1 año
package-lock.json adding the upload and download PDF form for demo hace 11 meses
package.json adding the upload and download PDF form for demo hace 11 meses
yarn.lock adding the upload and download PDF form for demo hace 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