Skip to content

Commit

Permalink
update README to conatain demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Jan 3, 2024
1 parent 0a9f680 commit 36fab53
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
The adb-next project is an exhibition-catalog, that uses [Next.js](https://nextjs.org/).

# Documentation

## Exhibition Catalog Live

A live demo of the exhibition catalog is available here: [https://slub.github.io/exhibition-live/](https://slub.github.io/exhibition-live/)

You might want to set your own storage backend(s) within the settings modal.

## Storybook stories

The pure frontend specific component based framework, that sets the base of the exhibition catalog is documented within the Storybook.

You can get a live preview of the current `develop` branch here: [https://slub.github.io/exhibition-live/storybook/](https://slub.github.io/exhibition-live/storybook/?path=/docs/example-introduction--docs)


# Development

## Getting Started

First, run the development server:
Expand Down Expand Up @@ -91,5 +108,5 @@ The JSON Schema ist the basis for:
Alongside the core Exhibition Schema, there are complementary declaration files referring to elements from the core schema,
that provide additional information for the frontend, like:

- the UI-Schemate for form layout and style hints
- data mapping declarations for data conversion from and to norm data repositiories
- the UI-Schemata for form layout and style hints
- data mapping declarations for data conversion from and to norm data repositories

0 comments on commit 36fab53

Please sign in to comment.