Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 719 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 719 Bytes

WebElement

Build Status

WebElement is regular web developers meetup. It takes place in Bratislava and Prešov.

Interested in meetup itself? Join group on Meetup or Facebook.

If you find any issue, please report it.

Development

Site is built using Jekyll.

Install Docker and Docker Compose and then run:

docker-compose run --rm node sh -c 'yarn && yarn build'
docker-compose run --rm --service-ports ruby sh -c 'bundle install && jekyll serve -s ./app --watch -H 0.0.0.0'