Skip to content

Resources for open data and enterprise data inventory management

License

Notifications You must be signed in to change notification settings

jsaligoe/resources.data.gov

 
 

Repository files navigation

CircleCI

resources.data.gov

Resources for open data and enterprise data inventory management.

Development

Prerequisites

Setup

Install Node.js dependencies.

$ npm install

Install Ruby dependencies.

$ npm run setup

Run the build.

$ npm run build

Run the server

$ npm start

Open your web browser to localhost:4000.

Sanity check the generated site.

$ npm test

Check for broken links.

$ npm run qa

Netlify

This site uses Netlify to manage its editorial workflow. Content is added and edited in collections via the Netlify interface, which can be accessed by approved contributors at resources.data.gov/admin. Collections are managed via the config.yml file in pages/admin.

Update Dependencies

To update dependencies, you can run bundle update {dependency} after running npm install. Then follow all other development steps above to validate site is working as expected.

About

Resources for open data and enterprise data inventory management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 52.7%
  • HTML 33.5%
  • Ruby 8.9%
  • JavaScript 4.7%
  • CSS 0.2%