CSSconfNO / cssconf-2016

CSSconf 2016 site

Home Page:http://cssconf.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSSconf Nordic Website

Make sure you have Node.js installed.

# Check version.
$ node -v

If version is lower than v5.3, please upgrade. You can grab the latest stable version from here

https://nodejs.org/en/

or install through your favorite package manager.

Dependencies

# Install gulp globally.
$ npm install -g gulp

# Install bower globally.
$ npm install -g bower

Installation

# Install packages
$ npm install
$ bower install

Developing

# Start server
$ gulp serve

Deploying

$ gulp build # Packaging assets and things
$ modulus login
$ modulus project deploy -p cssconf_no

About

CSSconf 2016 site

http://cssconf.no


Languages

Language:CSS 45.7%Language:JavaScript 28.1%Language:HTML 26.2%