https://github.com/elixir-cloud-aai/cloud-registry-ui
https://github.com/elixir-cloud-aai/cloud-registry-ui
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elixir-cloud-aai/cloud-registry-ui
- Owner: elixir-cloud-aai
- License: apache-2.0
- Created: 2026-04-23T17:22:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T17:05:40.000Z (about 2 months ago)
- Last Synced: 2026-05-27T19:08:53.329Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://elixir-cloud-registry-frontend.vercel.app/
- Size: 203 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ELIXIR Cloud Registry UI
Web frontend for the ELIXIR Cloud service registry, providing a user interface for browsing and managing GA4GH Service Registry entries.
## Installation
### Requirements
- [Git](https://git-scm.com/)
- [Bun 1.2+](https://bun.com/)
- [Docker](https://www.docker.com/)
### Development
Clone the repository and install dependencies:
```
git clone https://github.com/elixir-cloud-aai/cloud-registry-ui.git
cd cloud-registry-ui
bun install
```
Start the development server:
```
bun run dev
```
### Docker
```
docker build -t cloud-registry-ui .
docker run -p 3000:3000 cloud-registry-ui
```
## Configurations
The app is configured through environment variables. Copy .env.example to .env and adjust as needed.
## Contributing
This project is a community effort and lives off your contributions, be it in the form of bug reports, feature requests, discussions, or fixes and other code changes. Please refer to our project's contribution guidelines if you are interested in contributing.