Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 932 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 932 Bytes

Disclaimer

This repo is a modified version of a MarkDown theme created by John Otander (@4lpine).

RiceApps Product Requirement Documents

Index site at:

faded-afternoon.surge.sh

Installation

Development:

git clone https://github.com/rice-apps/Project-PRDs.git && cd Project-PRDs
npm install
gulp

Usage

Link the file in your Markdown to HTML build process:

<link rel="stylesheet" href="path/to/css/modest.css">

Each team's html file is located under the folder /teamPRDs.

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Modified from John Otander (@4lpine).