Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 699 Bytes

readme.md

File metadata and controls

32 lines (23 loc) · 699 Bytes

Lapor Hama Tealinux OS

Open Source Project

Prerequisites

  • npm : minimal v. 3.1

How to install

  1. clone this project $ git clone
  2. enter the project folder $ cd laporHama
  3. create personal access tokens | here
  4. duplicate .env.example to .env : $ cp .env.example .env
  5. setup environment variable
  6. install dependencies $ npm install

Run project

$ npm start

Build Linux

  • linux amd64 architecture $ npm run build-linux64

  • linux i386 architecture $ npm run build-linux32

Build Deb

  • linux amd64 architecture $ npm run deb64

  • linux i386 architecture $ npm run deb32