Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 908 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 908 Bytes

fibairfy-spa

Build Status

Fibairfy 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

Copyright

This software is licensed under the terms of GNU AGPLv3 License included in this repository.

Copyright Roger Garcia 2017-2019, Sergio Edo 2018 (Spanish translations)