Elixir Cloud & AII

Introduction

The official webpage for the Elixir Cloud & AAI. For a general overview of the content & our work please visit, here.

ELIXIR Cloud & AAI develops services towards establishing a federated cloud computing network that enables the analysis of population-scale genomic and phenotypic data across participating, international nodes.

Getting Started

This website is built using Next.js (framework for React.js) for server-side-rendering. Most of the pages over the website are built statically during the build time for the fast client-side rendering & the better SEO.

Content for the website is fetched from the Notion DB which can be viewed by anyone but can be edited only by authorized users). Content is stored over the DB for the ease of editing & sharing. To contribute to the content of the website contact Alex Kanitz.

Setup

Any contributor is welcome to contribute to the website.

To set up the development environment, follow the steps:

npm install
const devEnv = process.env.NODE_ENV !== "production";

to:

const devEnv = process.env.NODE_ENV === "production";

& skip to the last step.