Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattkevan/uxlift

Collecting UX and visual design inspiration and best practice.
https://github.com/mattkevan/uxlift

design design-patterns design-systems innovation inspiration jekyll jekyll-site ruby usability ux

Last synced: about 2 hours ago
JSON representation

Collecting UX and visual design inspiration and best practice.

Awesome Lists containing this project

README

        

# UX Lift

A collection of the best articles, resources, books and tools, covering every aspect of the UX and design

## How to run the site locally
This site is built with Jekyll, a Ruby-based static site generator.

1. Make sure you've got the latest version of Ruby installed on your machine. Test with `ruby -v`.
2. Clone this repo
3. cd into the project folder
4. Install Jekyll and Bundler `gem install bundler jekyll`
5. Install the dependencies `bundle install`
6. Run the development server `bundle exec jekyll serve`