Skip to content

DataBiosphere/data-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCA Data Portal

Developer Workspace

Requirements

Setup

Clone Repo

Clone the data-portal repo:

git clone [email protected]:DataBiosphere/data-portal.git

Install Packages

Run the following command from the root directory to install the required packages:

npm install

Development Server

Run the following command:

npm run dev

The development server can be viewed at:

localhost:3000

Building

Run the following command to build the dev version of the application:

npm run build-dev:data-portal

The buit version can be run using:

npm start

And can be viewed at:

localhost:3000