Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
kelvinsuen 990bab5751 updated edit & save PDF form vor 9 Monaten
public for deploy to production server vor 10 Monaten
src updated edit & save PDF form vor 9 Monaten
.env init commit vor 10 Monaten
.env-cmdrc updated the production ip vor 9 Monaten
.eslintrc init commit vor 10 Monaten
.gitignore updated view PDF vor 9 Monaten
.prettierrc init commit vor 10 Monaten
CODE_OF_CONDUCT.md init commit vor 10 Monaten
LICENSE init commit vor 10 Monaten
README.md updated edit & save PDF form vor 9 Monaten
jsconfig.json init commit vor 10 Monaten
package-lock.json for deploy to production server vor 10 Monaten
package.json for deploy to production server vor 10 Monaten
yarn.lock for deploy to production server vor 10 Monaten

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