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] fe0c4da738 no message pirms 3 dienas
public add template page and functions pirms 4 mēnešiem
src no message pirms 3 dienas
.env init commit pirms 6 mēnešiem
.env-cmdrc no message pirms 3 nedēļām
.eslintrc init commit pirms 6 mēnešiem
.gitignore update client pages pirms 4 mēnešiem
.prettierrc init commit pirms 6 mēnešiem
CODE_OF_CONDUCT.md init commit pirms 6 mēnešiem
LICENSE init commit pirms 6 mēnešiem
README.md updated edit & save PDF form pirms 5 mēnešiem
jsconfig.json init commit pirms 6 mēnešiem
package-lock.json adding the upload and download PDF form for demo pirms 5 mēnešiem
package.json no message pirms 3 nedēļām
yarn.lock adding the upload and download PDF form for demo pirms 5 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