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
- Host: GitHub
- URL: https://github.com/elixir-cloud-aai/elixir-cloud-aai.github.io
- Owner: elixir-cloud-aai
- License: cc0-1.0
- Created: 2022-11-24T12:29:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T13:25:03.000Z (about 1 year ago)
- Last Synced: 2025-03-31T23:35:55.667Z (about 1 year ago)
- Topics: cloud, docs, documentation, elixir, ga4gh
- Language: HTML
- Homepage: https://elixir-cloud-aai.github.io/
- Size: 904 KB
- Stars: 2
- Watchers: 27
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```