Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlebre/dicoogle-website
https://github.com/rlebre/dicoogle-website
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rlebre/dicoogle-website
- Owner: rlebre
- Created: 2022-03-15T16:01:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T18:46:53.000Z (8 months ago)
- Last Synced: 2024-10-12T19:37:14.748Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://dicoogle.vercel.app
- Size: 794 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
- [Twitter - Dicoogle](https://twitter.com/dicoogle)
- [Twitter - IEETA](https://twitter.com/IEETA_Research)Contribute for this open-source platform: [GitHub - Dicoogle website](https://github.com/rlebre/dicoogle-website) or checkout Dicoogle's source code [GitHub - Dicoogle](https://github.com/bioinformatics-ua/dicoogle).
## Requirements
Dicoogle website was built using the [Next.js](https://nextjs.org) with Typescript. The content is made available via a [Strapi](https://strapi.io) 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
```bash
$ git clone [email protected]:rlebre/dicoogle-website.git
$ cd dicoogle-website
```### Install the dependencies
```bash
$ yarn install
```### Start the app in development mode
```bash
$ yarn run dev
```### Build the app for production
```bash
$ yarn run build
```# Contributing
This open source project is maintained by [Rui Lebre](http://www.ruilebre.com). Your contributions to the software are also welcome. For tech support, please prefer contacting the maintainers instead of creating an issue.
## Maintainers
- Rui Lebre - [@rlebre](https://github.com/rlebre)
## License
[GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html)