department-of-veterans-affairs / roadrunner

Other
2 stars 5 forks source link

Roadrunner Jekyll site - Build Status

Project Roadrunner

Overview

A repository that will serve as sample app(s) and guidelines for Digital Service team application development. It will be a series of modular internal products that serves as a styleguide with specifications for content, design, engineering envrionment, automated testing and basic documentation.

Primary customers are the Digital Service Team and our approved partners (in-house OIT designers and developers and/or contractors) to ramp up quickly and successfully design, build, and incorporate their apps into existing projects.

Purpose

Components

Intended Audience

Intended Use

Getting started

  1. Install Jekyll:
    npm install
    # This will automatically run `bundle install` for Jekyll, too
  2. Clone this repository
  3. Serve the project locally
    bundle exec jekyll serve
  4. Build the project locally
    jekyll build

License

The MIT License (MIT)