Skip to content

rlebre/dicoogle-website

Repository files navigation

logo

Dicoogle is an open source Picture Archiving and Communications System (PACS) archive. Its modular architecture allows the quick development of new functionalities, due the availability of a Software Development Kit (SDK).

This repository holds the source code of the official website.

Follow us on social media:

Contribute for this open-source platform: GitHub - Dicoogle website or checkout Dicoogle's source code GitHub - Dicoogle.

Requirements

Dicoogle website was built using the Next.js with Typescript. The content is made available via a Strapi content manager local deploy. To run the frontend you need to fill these requirements:

  • Node.JS v14.10+

Clone this repository and navigate to the folder

$ git clone [email protected]:rlebre/dicoogle-website.git
$ cd dicoogle-website

Install the dependencies

$ yarn install

Start the app in development mode

$ yarn run dev

Build the app for production

$ yarn run build

Contributing

This open source project is maintained by Rui Lebre. Your contributions to the software are also welcome. For tech support, please prefer contacting the maintainers instead of creating an issue.

Maintainers

License

GPL-3.0-only