Skip to content

NuCivic/data-catalog-frontend

 
 

Repository files navigation

Data Catalog Frontend

This is a REACT frontend for DKAN2.

This App serves as a starter App, or example of how to use the data-catalog-components library to easily create open data catalogs.

This app utilizes the latest stable version of Drupal 8's version of DKAN as a backend.

Using the App

  1. Follow the DKAN2 README to stand up the backend
  2. Install the Gatsby CLI npm install -g gatsby-cli
  3. Clone this repository
  4. Install the dependencies with npm:
    1. cd data-catalog-frontend
    2. npm install
  5. Run the server: npm start or gatsby develop
    1. Your site is now running at http://localhost:8000
  6. Build the public files npm run build or gatsby build

Learn More

You can learn more in the Gatsby.js documentation.

To learn React, check out the React documentation.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 8.5%
  • Rich Text Format 3.0%