Skip to content

Repository files navigation

Shoreline Community College Program Pages

This is a Content First Prototype project for Shoreline Community College's "Program Pages" website material.

Getting Started

To modify and iterate on the prototype, you'll need to make sure you have the following dependencies available on your machine:

Installation

  1. Install the Jekyll gem and Gulp (use sudo if you see permission errors)

     $ gem install jekyll
    

    NB: If you get the error:

     ERROR:  While executing gem ... (Errno::EPERM)
       Operation not permitted - /usr/bin/listen
    

    this is because /usr/bin is “off-limits” since El Capitan. If you run into this, try instead:

     $ sudo gem install -n /usr/local/bin jekyll
    

    Thanks to thamrick for finding the fix!

  2. Clone/copy this repository to your project folder (this will take a minute or so)

     $ git clone https://github.com/andybywire/shoreline.git
    

    - or -

    Download and copy the .zip

  3. Navigate to your project file and install the framework dependencies

     $ cd <path to your project folder>
    
     $ bower install
    
     $ npm install
    
  4. Run npm start. Once installed, this is the only command you'll need to run to begin a new session.

     $ npm start
    

Documentation

In order to get the most out of the framework, it's worth familiarizing yourself with the basics of the tools it's built with. The documentation of all of these tools is excellent and should get you up to speed quickly:

If you need more detail on getting started with the Framework itself, check out the Smashing Magazine article that introduces the framework, or the Content First Prototyping Starter Kit repository, which has a starer set of patterns, pages, and templates.

About

Content-first prototype for Shoreline Community College Program Pages

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages