项目作者: 18F

项目描述 :
Procurement prototypes for CFPB
高级语言: JavaScript
项目地址: git://github.com/18F/cfpb-eprocurement.git
创建时间: 2016-04-21T20:29:08Z
项目社区:https://github.com/18F/cfpb-eprocurement

开源协议:Other

下载


CFPB eProcurement

Prototypes to help CFPB procure things more easily! This site is published
automatically by 18F Pages.

Dependencies

  • Jekyll: the static site generator
  • Grunt: task runner for pulling in assets,
    linting and concatenating code, etc.
  • Less: CSS pre-processor.
  • Capital Framework:
    User interface pattern-library produced by the CFPB.
  • tagalong makes it easy to
    write progressively enhanced data templates in plain old, semantic
    HTML.

NOTE: If you’re new to Capital Framework, we encourage you to
start here.

Installation

  1. Install Node.js however you’d like.
  2. Install Grunt
    1. npm install -g grunt-cli
  3. Next, install the dependencies and compile the project with:
    1. ./setup.sh
    NOTE: To re-install and rebuild all the site’s assets run
    ./setup.sh again. See the usage section on updating all the
    project dependencies.

Configuration

If the software is configurable, describe it in detail,
either here or in other documentation to which you link.

Usage

This is a Jekyll site. To view it locally, run one of the following:

  1. jekyll serve
  2. # or
  3. npm start

Each time you fetch from the upstream repository (this repo), run ./setup.sh.
This setup script will remove and re-install the project dependencies and
rebuild the site’s JavaScript and CSS assets.

To watch for changes in the source code and automatically update the running site,
open a terminal and run:

  1. grunt watch

Alternatively, if you don’t want to run the full watch task,
there are three available sub-tasks:

  1. # Watch & compile CSS only
  2. grunt watch:css
  3. # Watch & compile JS only
  4. grunt watch:js
  5. # Watch & compile CSS & JS only
  6. grunt watch:cssjs

How to test the software

TODO

Known issues

Document any known significant shortcomings with the software.

Getting help

Instruct users how to get help with this software; this might include links
to an issue tracker, wiki, mailing list, etc.

Use the issue tracker to follow the development conversation.
If you find a bug not listed in the issue tracker, please file a bug report.


Open source licensing info

  1. CC0-1.0 License
  2. Contributing

Credits and references

  1. Projects that inspired you
  2. Related projects
  3. Books, papers, talks, or other sources that have meaniginful impact or
    influence on this project