Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalafx/scalafx.github.io

Source code of the ScalaFX home page
https://github.com/scalafx/scalafx.github.io

scala scalafx

Last synced: 5 days ago
JSON representation

Source code of the ScalaFX home page

Awesome Lists containing this project

README

        

Source code of the future home of the ScalaFX home page. To preview go to
[http://scalafx.github.io/](http://scalafx.github.io/).

[![Jekyll site CI](https://github.com/scalafx/scalafx.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/scalafx/scalafx.github.io/actions/workflows/jekyll.yml)

Created with [Jekyll](http://jekyllrb.com/).

Source code based on [Jekyll site code](https://github.com/jekyll/jekyll).

To build the site locally use command:

bundle exec jekyll serve --safe --watch

Using `bundle exec jekyll ...` rather than simply `jekyll` is closer to the way
GitHub will build it. It can help detect certain build issues.