Skip to content

web-izmerenie/wi-site

Repository files navigation

wi-site

How to deploy

  1. Clone this repo;

  2. Install git submodules:

$ git submodule update --init
  1. Install dependencies:
$ npm install

It will automatically run ./deploy.sh after install and build front-end stuff (styles, scripts) by front-end-gulp tool. See more about front-end-gulp tool for building front-end: front-end-gulp-pattern or just run: ./front-end-gulp help to show available tasks. Use --production flag for minification styles and scripts (deploy script uses it by default).

Info for developers