Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
/ hkoscon-2017 Public archive
forked from hkoscon/2017

Website of Hong Kong Open Source Conference 2017

Notifications You must be signed in to change notification settings

404busters/hkoscon-2017

 
 

Repository files navigation

Hong Kong Open Source Conference 2017

Development

Running Gulp scripts

Most developers tools are written as gulp scripts. You may run the gulp scripts with the help of yarn or npm:

yarn gulp [command]

or

npm run gulp -- [command]

You may use the help command for available tasks.

To run development server

We will use yarn tool in all examples here.

To build all the HTML and assets (JS, images), you can run this command:

yarn gulp build

This will build the website in the public folder.

To start a development server that host the above files:

yarn gulp server

This will start a web server on localhost:8080.

About

Website of Hong Kong Open Source Conference 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • JavaScript 25.7%
  • HTML 20.3%
  • Shell 0.2%