Skip to content

MITRECND/mitrecnd.github.io

Repository files navigation

MITRE | Shield Website

This repository is no longer active. MITRE Shield has been replaced by MITRE Engage™.

Running Locally

This archive will remain available on Github. You can run the Shield website locally using the instructions below:

Requirements

  • Ruby 2.5 or greater

Installation

Install Jekyll and Bundler for Ruby:

gem install jekyll bundler

Build

Build the project's static content:

bundle install

Launching the server

Then, to launch the site locally:

bundle exec jekyll serve

(Optional) If you're doing development run with live updates:

bundle exec jekyll serve --incremental

Browse

Access the site at http://127.0.0.1:4000/