Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattkevan/uxlift
- Owner: MattKevan
- Created: 2019-01-11T17:19:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:01:20.000Z (3 months ago)
- Last Synced: 2024-10-30T02:43:53.163Z (3 months ago)
- Topics: design, design-patterns, design-systems, innovation, inspiration, jekyll, jekyll-site, ruby, usability, ux
- Language: SCSS
- Homepage: https://www.uxlift.org
- Size: 52.9 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`