Não pode escolher mais do que 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.
 
 
 
kelvinsuen 990bab5751 updated edit & save PDF form há 1 mês
public for deploy to production server há 2 meses
src updated edit & save PDF form há 1 mês
.env init commit há 2 meses
.env-cmdrc updated the production ip há 2 meses
.eslintrc init commit há 2 meses
.gitignore updated view PDF há 2 meses
.prettierrc init commit há 2 meses
CODE_OF_CONDUCT.md init commit há 2 meses
LICENSE init commit há 2 meses
README.md updated edit & save PDF form há 1 mês
jsconfig.json init commit há 2 meses
package-lock.json for deploy to production server há 2 meses
package.json for deploy to production server há 2 meses
yarn.lock for deploy to production server há 2 meses

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