Skip to content

Development

Arnelle Balane edited this page Jan 6, 2021 · 3 revisions

Dependencies

Be sure to have the following build tools installed before proceeding:

  • NodeJS, at least the latest LTS
  • Yarn, at least version 1.0

Clone the repository

git clone https://github.com/newlogic/smartscanner-capacitor.git

Install dependencies

yarn install

Build the project

yarn build

The built project files will be written into the dist directory.

Clone this wiki locally