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.
 
 
 
kelvinsuen 21f4926e4c updated README pirms 9 mēnešiem
public for deploy to production server pirms 10 mēnešiem
src updated view PDF pirms 9 mēnešiem
.env init commit pirms 10 mēnešiem
.env-cmdrc updated the production ip pirms 9 mēnešiem
.eslintrc init commit pirms 10 mēnešiem
.gitignore updated view PDF pirms 9 mēnešiem
.prettierrc init commit pirms 10 mēnešiem
CODE_OF_CONDUCT.md init commit pirms 10 mēnešiem
LICENSE init commit pirms 10 mēnešiem
README.md updated README pirms 9 mēnešiem
jsconfig.json init commit pirms 10 mēnešiem
package-lock.json for deploy to production server pirms 10 mēnešiem
package.json for deploy to production server pirms 10 mēnešiem
yarn.lock for deploy to production server pirms 10 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