Skip to content

The NHGRI Analysis Visualization and Informatics Lab-space (AnVIL) website

License

Notifications You must be signed in to change notification settings

anvilproject/anvil-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anvil Portal

The front-facing AnVIL user portal located at https://anvilproject.org

AnVIL is an Analysis, Visualization, and Informatics Lab-space for democratizing genomic data access, sharing and computing across large genomic-related data sets.

Content Contributor Guide

Information about creating/modifying the site content can be found here: https://anvilproject.org/content-guide

Setting Up a Developer Workspace

Requirements

Setup

Clone Repo

Clone the anvil-portal repo:

[email protected]:anvilproject/anvil-portal.git
Install Packages

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

npm ci

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.