Skip to content

Discover, share, and learn a good user interface in the world. This work was supported by KAKENHI 18K18349

License

Notifications You must be signed in to change notification settings

satoshifuku/Good_UI

Repository files navigation

Good UI

Good UI is an open-source project inspired by citizen science.

This project purposes to share a good user interface(UI) provided from you and an analysis of why the UI has good.

Jekflix

This web site use Jekflix as template for jekyll.

How to check running on your GitHub pages locally before push

  1. Build the site and make it available on a local server.

sudo bundle exec jekyll serve

  1. Browse to http://127.0.0.1:4000/Good_UI/ on your browser.

Creating new post

Run the commant to create a new post:

./initpost.sh -c "Your_Post_Title"

If You want to know detail, Check the Post in jekflix