Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

contolini/govt-wide-patternlibrary

 
 

Repository files navigation

Government Wide Pattern Library

This is the repo for the government wide pattern library project. The structural setup of this repo is based off of the 18F pages project: https://github.com/18F/pages

Setup for your local environment

Requirements

You will need Ruby ( > version 2.1.5 ). You may consider using a Ruby version manager such as rbenv or rvm to help ensure that Ruby version upgrades don't mean all your gems will need to be rebuilt.

On OS X, you can also use Homebrew to install Ruby in /usr/local/bin, which may require you to update your $PATH environment variable. Here are the commands to follow to install via homebrew:

$ brew update
$ brew install ruby

Installation

Now that you have verified that you have Ruby installed, clone and run the following go commands to initialize and serve the library locally.

$ git clone [email protected]:18F/govt-wide-patternlibrary.git
$ cd govt-wide-patternlibrary
$ ./go init
$ ./go serve

You should now be able to visit http://127.0.0.1:4000/govt-wide-patternlibrary/ and view the pattern library locally.

Questions or need help with setup? Feel free to open an issue here https://github.com/18F/govt-wide-patternlibrary/issues.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

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.

About

This is the main repo for the Government-wide Pattern Library project.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.9%
  • Ruby 11.0%
  • HTML 9.1%