Skip to content

ucsddesignco/frontiers

Repository files navigation

Design Frontiers Website

Set Up

Install Jekyll and project dependencies.

$ gem install jekyll
$ bundle install

Development

Serve the site with:

$ bundle exec jekyll serve

View the site at http://localhost:4000.

Resources