選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 497 B

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. ```