Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 1.05 KB

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.