Skip to content

VilniusJS/vilniusjs.lt

Repository files navigation

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.