Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
[email protected] ea93d5ff98 adding the upload and download PDF form for demo pirms 11 mēnešiem
public adding the upload and download PDF form for demo pirms 11 mēnešiem
src adding the upload and download PDF form for demo pirms 11 mēnešiem
.env init commit pirms 1 gada
.env-cmdrc added the appURL for path in utils, updated the server env settings pirms 11 mēnešiem
.eslintrc init commit pirms 1 gada
.gitignore updated view PDF pirms 1 gada
.prettierrc init commit pirms 1 gada
CODE_OF_CONDUCT.md init commit pirms 1 gada
LICENSE init commit pirms 1 gada
README.md updated edit & save PDF form pirms 11 mēnešiem
jsconfig.json init commit pirms 1 gada
package-lock.json adding the upload and download PDF form for demo pirms 11 mēnešiem
package.json adding the upload and download PDF form for demo pirms 11 mēnešiem
yarn.lock adding the upload and download PDF form for demo pirms 11 mēnešiem

README.md

2Fi LIONER Frontend Setup

1. Install NPM Modules

  • Run the following command in terminal
    npm install
    

2. Config the library

  • Navigate to “LIONER-frontend\node_modules\pspdfkit\dist”
  • Copy the folder “pspdfkit-lib”
  • Create a new folder “sdk” in “LIONER-frontend\public”
  • Paste the “pspdfkit-lib” inside “sdk” folder

3. Run the application

  • Start the application by the following command:
    npm start