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.
 
 
 
[email protected] 9dfc1a33f0 added the appURL for path in utils, updated the server env settings vor 10 Monaten
public for deploy to production server vor 10 Monaten
src added the appURL for path in utils, updated the server env settings vor 10 Monaten
.env init commit vor 11 Monaten
.env-cmdrc added the appURL for path in utils, updated the server env settings vor 10 Monaten
.eslintrc init commit vor 11 Monaten
.gitignore updated view PDF vor 10 Monaten
.prettierrc init commit vor 11 Monaten
CODE_OF_CONDUCT.md init commit vor 11 Monaten
LICENSE init commit vor 11 Monaten
README.md updated edit & save PDF form vor 10 Monaten
jsconfig.json init commit vor 11 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