Skip to content

sharedRDM/damap-frontend-jku

 
 

Repository files navigation

DMP Tool JKU - Johannes Kepler University Linz

This project is based on the DAMAP frontend developed in cooperation between TU Wien and TU Graz but has been adapted to meet the specific needs of Johannes Kepler University Linz. The project uses Angular as its framework and relies on NX as a build system.

For more information about the base DAMAP implementation, visit the DAMAP frontend repository.

Development Server

To run the development server:

nx serve damap-frontend

This will start the dev server, and the app will be accessible at http://localhost:4200/. Any changes made to the source files will trigger automatic reloading.

Build

To build the project for production:

nx build damap-frontend

The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running Unit Tests

To run the unit tests:

  • For the DAMAP library:

    nx test damap
  • For the DMP Tool JKU frontend:

    nx test damap-frontend

Running with Docker

To run the frontend and backend together in a dockerized setup, please refer to the DMP Tool JKU backend repository for further instructions.

Documentation

For more details, please refer to the DMP Tool JKU Documentation.

Customisation

For customising the DMP Tool JKU frontend, please refer to the CUSTOMISING page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.9%
  • HTML 19.8%
  • CSS 4.6%
  • SCSS 1.8%
  • Other 0.9%