Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 396 Bytes

VilniusJS.lt website

Source code for vilnius.js website.

Uses Github Pages (Jekyll).

To develop locally you'll need Jekyll.

Convenient commands:

make -- generate static HTML into _site directory.

make run -- generate HTML and start a Jekyll server on port 4000.

make deploy -- push changes to the default git remote repository.