This is the source code for https://uxui0818.nevan.org, the course website of the UX/UI bootcamp at Ironhack in Barcelona, August–October 2018. Nevan Scott teaches this 9-week bootcamp at Ironhack Barcelona.
The content on this site is copyright © 2018 Nevan Scott. Referenced readings and quotations are attributed to their respective authors.
This work is available under an Attribution-ShareAlike 4.0 International.
To run a local version of the website:
- Make sure you have bundler installed.
- Run
git clone git@github.com:nevanscott/uxui0818.git
- Run
cd uxui0818
- Run
bundle install
- Run
bundle exec jekyll serve --livereload
- Visit http://localhost:4000