Skip to content

rlebre/dicoogle-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0dfee93 · Mar 10, 2024

History

53 Commits
Mar 7, 2022
Dec 11, 2022
Dec 11, 2022
Oct 21, 2022
Dec 11, 2022
Mar 10, 2024
Apr 12, 2022
Dec 11, 2022
Oct 27, 2022
Mar 7, 2022
Dec 11, 2022
Mar 30, 2022
Apr 6, 2022
Apr 12, 2022
Mar 5, 2022
Dec 23, 2022
Dec 11, 2022
Mar 7, 2022
Apr 7, 2022
Mar 30, 2022
Dec 11, 2022

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