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

https://github.com/germainlefebvre4/cloudia-front

Frontend of the Cloudia project.
https://github.com/germainlefebvre4/cloudia-front

aws azure billing carbon carbon-footprint ccf cloud gcp projects

Last synced: 2 months ago
JSON representation

Frontend of the Cloudia project.

Awesome Lists containing this project

README

        

# Cloudia - Front

This repository contains the frontend application for the Cloudia project.

---

Project overview: [https://github.com/germainlefebvre4/cloudia-project](https://github.com/germainlefebvre4/cloudia-project)

Documentation: [https://cloudia.readthedocs.io/](https://cloudia.readthedocs.io/)

---

## Getting started

```bash
docker build -t germainlefebvre4/cloudia-front:0.3.0 --build-arg FRONTEND_ENV=production .
docker push germainlefebvre4/cloudia-front:0.3.0
```

## Deploy

Go at [https://github.com/germainlefebvre4/cloudia-project/tree/main/charts](https://github.com/germainlefebvre4/cloudia-project/tree/main/charts)

## Develop

```bash
yarn install
yarn dev
```