An open API service indexing awesome lists of open source software.

https://github.com/opentargets/ot-ui-apps

Open Targets Platform web applications
https://github.com/opentargets/ot-ui-apps

embl-ebi european-bioinformatics-institute graphql javascript reactjs turborepo vitejs webapp

Last synced: 3 months ago
JSON representation

Open Targets Platform web applications

Awesome Lists containing this project

README

          

[![CI](https://github.com/opentargets/ot-ui-apps/actions/workflows/ci.yaml/badge.svg)](https://github.com/opentargets/ot-ui-apps/actions/workflows/ci.yaml)
[![Development build](https://github.com/opentargets/ot-ui-apps/actions/workflows/publish.yaml/badge.svg)](https://github.com/opentargets/ot-ui-apps/actions/workflows/publish.yaml)

# Open Targets Apps

This repository holds the Open Targets web applications.

## Required stack

- [NodeJS >= v18](https://nodejs.org/en/)
- [Yarn package manager](https://yarnpkg.com/)

## Running development

This project contains the [Platform](https://platform.opentargets.org/) web application. To run in development mode, you can run: `yarn dev` in the root directory.

To run only Platform `yarn dev:platform`

## Building production-ready bundle

From the root directory run: `yarn build`. This will generate a production-ready bundle.

As same as development, you can run `yarn build:platform` to scope the build only for specific applications.

## Copyright

Copyright 2014-2024 EMBL - European Bioinformatics Institute, Genentech, GSK, MSD, Pfizer, Sanofi and Wellcome Sanger Institute

This software was developed as part of the Open Targets project. For more information please see: http://www.opentargets.org

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.