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

https://github.com/elixir-cloud-aai/elixir-cloud-aai.github.io

Documentation for the ELIXIR::GA4GH Cloud
https://github.com/elixir-cloud-aai/elixir-cloud-aai.github.io

cloud docs documentation elixir ga4gh

Last synced: about 1 year ago
JSON representation

Documentation for the ELIXIR::GA4GH Cloud

Awesome Lists containing this project

README

          

# Documentation Hub

Documentation for ELIXIR Cloud & AAI project.

## Development

For ease, certain scripts have been abbreviated in `Makefile`, make sure that
you have installed the dependencies before running the commands.

> **Note**: `make` commands are only available for Unix-based systems.

To view the commands available, run:

```sh
make
```

Here are some commands that you might find useful:

- Making a virtual environment

```sh
make v
```

- Installing dependencies

```sh
make i
```