Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

18F/API-All-the-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f0224a · Mar 11, 2019
Sep 25, 2018
May 22, 2018
Feb 27, 2015
Jun 18, 2014
May 22, 2018
Jun 10, 2014
Jun 10, 2014
Sep 14, 2018
Jun 10, 2014
Mar 21, 2016
May 20, 2014
Jul 30, 2014
May 5, 2014
Jun 8, 2018
Jun 26, 2018
Jul 30, 2014
Mar 11, 2019
Feb 16, 2017
May 5, 2014
Jun 5, 2014
Jul 5, 2018
Jun 10, 2014

/Developer Program

Description

A project of 18F API Engagement, the contents of this project now be found in this folder.

How to contribute

Please suggest further projects, ask questions, or otherwise share thoughts in the issues tracker. Pull requests are welcome.

Submitting a Pull Request

Please refer to CONTRIBUTING.md for instructions and guidelines.

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a screenshot and any additional details that can help us debug, such as your operating system and browser version.

Running the Site Locally on Your Computer

To run the site locally on your own computer (most helpful for previewing your own changes), you will need to install Jekyll and other dependencies:

If you don't already have Ruby and Bundler installed, follow the first two steps in these Jekyll installation instructions.

Fork this repository to your GitHub account and clone it on your computer.

Go to the root directory of the repo and install the dependencies:

cd API-All-the-X
bundle install

Run the Jekyll server and watch for file changes:

jekyll serve --watch --baseurl ''

Your computer should now be serving your local copy of the site at:

http://0.0.0.0:4000.

Public domain

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.