Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 735 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 735 Bytes

What is FED?

http://thefeds.github.io/what-is-fed

Setup Guide

  • Install Ruby and Bundler
  • Clone this repo
  • Run bundle install

Running The Site

Adding Meanings

  • Edit _data/meanings.yml
  • Meanings must start with a dash: -
  • Meanings must have each word capitalised

Development

Pushes to the gh-pages branch will go live immediately. Work on feature branches and use pull-requests. This site is built using Jekyll, read their docs if you need to make changes.