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.

vor 6 Monaten
12345678910111213141516171819
  1. # 2Fi LIONER Frontend Setup
  2. ## 1. Install NPM Modules
  3. - Run the following command in terminal
  4. ```
  5. npm install
  6. ```
  7. ## 2. Run the application
  8. - Start the application by the following command:
  9. ```
  10. npm start
  11. ```
  12. ## 3. Config the library
  13. - Navigate to "LIONER-frontend\node_modules\pspdfkit\dist"
  14. - Copy the folder "pspdfkit-lib"
  15. - Create a new folder "sdk" in "LIONER-frontend\public"
  16. - Paste the "pspdfkit-lib" inside "sdk" folder