Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 489 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 489 Bytes

NodeJS-Mach1Encode

NodeJS module for Mach1 Spatial Encode API

Before starting

Requirement:

  • Node.js v16.03 or later
  • NPM v6.14 or later

Optional tools and modules:

  • nvm
  • browser-sync as global package from NPM
  • esm as global package from NPM

Installation and first run

All shell commands must be run only in the project directory

Install package dependencies:

npm install

Run the example:

npm run example