Skip to content

unclechu/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

About

No description or website provided.

Topics

Resources

License

AGPL-3.0, GPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE-AGPLv3
GPL-3.0
LICENSE-GPLv3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • LiveScript 52.9%
  • CSS 26.6%
  • HTML 18.1%
  • JavaScript 2.0%
  • Shell 0.4%