Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

6 meses atrás
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