Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 765 Bytes

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