NYC Opportunity components and stylesheet extension for NYC.gov
This library maintains common agency patterns for NYC Opportunity. View the demonstration site here for documentation.
To install, run:
npm install nyco-patterns --production --save-dev
or
yarn add nyco-patterns --production --dev
If you're utilizing this repo inside node_modules
, add the config below into nodemon.json
. This ensures the correct files are watched:
{
"ignoreRoot": [".git"]
}
About NYCO
NYC Opportunity is the New York City Mayor's Office for Economic Opportunity. We are committed to sharing open source software that we use in our products. Feel free to ask questions and share feedback. Follow @nycopportunity on Github, Twitter, Facebook, and Instagram.