Open Source Project
- npm : minimal v. 3.1
- clone this project
$ git clone - enter the project folder
$ cd laporHama - create personal access tokens | here
- duplicate .env.example to .env :
$ cp .env.example .env - setup environment variable
- install dependencies
$ npm install
$ npm start
-
linux amd64 architecture
$ npm run build-linux64 -
linux i386 architecture
$ npm run build-linux32
-
linux amd64 architecture
$ npm run deb64 -
linux i386 architecture
$ npm run deb32