Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 599 Bytes

fiberfy-nt

Fiberfy client SPA App

Build Setup

You need to have installed those dependencies in your system:

  • libcairo2-dev
  • libjpeg-dev
  • libgif-dev

If you use a Debian based system you can install them with the next command:

sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev

After you need to install nodejs dependencies:

install dependencies

npm install

serve with hot reload at localhost:3000

npm run dev

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report