Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

latcraft/onair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This repository contains Gulp project that builds LatCraft On Air website.

Getting started

  • Install node.js from http://nodejs.org/download/.
  • Install gulp by running npm install gulp -g.
  • Fetch node.js modules by running npm install.
  • Build website by running gulp build.
  • Or just run gulp to start local web server on port 9009 and go to http://localhost:9009 in your browser. There is also a shortcut to start gulp if you are on Windows.

Issues

Found a bug or better solution? Please report to the issue section.