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.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/cloudia-front
- Owner: germainlefebvre4
- License: apache-2.0
- Created: 2023-12-20T10:03:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T12:08:44.000Z (about 1 year ago)
- Last Synced: 2025-02-13T19:27:25.127Z (4 months ago)
- Topics: aws, azure, billing, carbon, carbon-footprint, ccf, cloud, gcp, projects
- Language: Vue
- Homepage: https://cloudia.readthedocs.io/
- Size: 516 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```