slub / exhibition-adb-next

next based semantic enabled frontend for the exhibition catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The adb-next project is an exhibition-catalog, that uses Next.js.

Getting Started

First, run the development server:

yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.

Storybook

This project uses Storybooks to enforce reusable component based development and to document them with all of their props and options. It also gives an overview over the frontend components used for this project.

yarn && yarn storybook

Open http://localhost:6006 with your browser to see the storybook.

Learn More

NextJS

To learn more about Next.js, take a look at the following resources:

LinkML

LinkML is used for the data schemata and schema-conversion.

The main schema is located within the schema/exhibition-info.yml directory

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Check out our Next.js deployment documentation for more details.

About

next based semantic enabled frontend for the exhibition catalog

License:MIT License


Languages

Language:TypeScript 71.5%Language:JavaScript 23.4%Language:CSS 4.2%Language:MDX 0.6%Language:Dockerfile 0.2%Language:Nix 0.1%