您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 个月前
5 个月前
5 个月前
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. Config the library
  8. - Navigate to "LIONER-frontend\node_modules\pspdfkit\dist"
  9. - Copy the folder "pspdfkit-lib"
  10. - Create a new folder "sdk" in "LIONER-frontend\public"
  11. - Paste the "pspdfkit-lib" inside "sdk" folder
  12. ## 3. Run the application
  13. - Start the application by the following command:
  14. ```
  15. npm start
  16. ```