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 99c0481328 update API hace 9 meses
public for deploy to production server hace 10 meses
src update API hace 9 meses
.env init commit hace 10 meses
.env-cmdrc updated the production ip hace 9 meses
.eslintrc init commit hace 10 meses
.gitignore updated view PDF hace 9 meses
.prettierrc init commit hace 10 meses
CODE_OF_CONDUCT.md init commit hace 10 meses
LICENSE init commit hace 10 meses
README.md updated README hace 9 meses
jsconfig.json init commit hace 10 meses
package-lock.json for deploy to production server hace 10 meses
package.json for deploy to production server hace 10 meses
yarn.lock for deploy to production server hace 10 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