Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 497 B

6 miesięcy temu
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