Skip to content

Commit

Permalink
feat: CQDG-950 update license n readme n vulne
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulous committed Nov 26, 2024
1 parent dd2f15a commit 217377c
Show file tree
Hide file tree
Showing 4 changed files with 1,977 additions and 2,954 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 Ferlab-Ste-Justine - Centre de recherche du CHU Sainte-Justine

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<p align="center">
<img src="public/ferlab.png" alt="ferlab repository img" width="180px" />
</p>
<p align="center">
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge"></a>
</p>

# cqdg-portal-ui

The Quebec Genomic Data Center is a data harmonization and sharing platform for genomic datasets produced by Quebec's clinical and research studies

## Pre-requisites

- Node 16+
- Docker
- node 18+
- npm 10+

## Get Started

Expand All @@ -12,13 +21,8 @@
- Create a `.env` with the scheme found here: https://github.com/Ferlab-Ste-Justine/cqdg-portal-ui/blob/main/.env.schema
- Make sure to fill all the variables

### Running the project locally

#### Starting the Bastion

- Start bastion using: `igor`

#### Starting the project

- Install dependencies: `npm install`
- Start the project: `npm start`
- Install theme: `npm run theme`
- Start the project: `npm run start`
Loading

0 comments on commit 217377c

Please sign in to comment.