Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 780 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 780 Bytes

Firma Station for Mobile

1. Requirements

  • Node.JS: v16.20.2
  • OpenJDK: 11.0.24

2. install

Do not remove .lock files for no reason.

  1. Create a project with git clone.

  2. Install modules.

npm install
  1. Install pod modules for iOS
cd ios
pod install
cd ..

3. Run

npm run ios
npm run android