Welcome to the official repository for the Research Data Management (RDM) website at TU Graz. Our mission is to promote awareness and implementation of best practices in research data management, providing resources and support to the research community at TU Graz.
The RDM project at TU Graz facilitates good management of research data at all stages of the research process. The website acts as a central hub for resources, advice, and support related to the full spectrum of research data management.
Our website leverages the innovative features of Next.js 13 to provide a seamless and interactive experience. With the introduction of the App Router, we've enhanced our service delivery by enabling:
- Efficient Navigation: Fast and state-persistent transitions between the different services and resources offered by the RDM team.
- Dynamic Content Loading: Server Components and Streaming allow for the real-time presentation and update of service information and available resources.
- Modern Data Fetching: Using Suspense for Data Fetching, we can ensure that the latest information is presented in an efficient and responsive manner. (not yet implemented)
- Install dependencies:
pnpm install
- Start the dev server:
pnpm dev
- Build image
docker build -t rdm:latest .
- Run
docker run -p 3000:3000 rdm:latest