MITRECND / mitrecnd.github.io

MITRE Shield website

Home Page:https://shield.mitre.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

MITRE Shield website

https://shield.mitre.org

License:Apache License 2.0


Languages

Language:JavaScript 57.6%Language:HTML 23.4%Language:SCSS 18.8%Language:Ruby 0.2%