Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ecoapm/ecoapm.com

This is the source for https://ecoAPM.com
https://github.com/ecoapm/ecoapm.com

css github-pages html jekyll

Last synced: 2 months ago
JSON representation

This is the source for https://ecoAPM.com

Awesome Lists containing this project

README

        

# ecoAPM.com

This is the source for https://ecoAPM.com

[![CI](https://github.com/ecoAPM/ecoAPM.com/actions/workflows/CI.yml/badge.svg)](https://github.com/ecoAPM/ecoAPM.com/actions/workflows/CI.yml)
[![Deploy](https://github.com/ecoAPM/ecoAPM.com/actions/workflows/deploy.yml/badge.svg)](https://github.com/ecoAPM/ecoAPM.com/actions/workflows/deploy.yml)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ecoAPM_ecoAPM.com&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=ecoAPM_ecoAPM.com)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ecoAPM_ecoAPM.com&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=ecoAPM_ecoAPM.com)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ecoAPM_ecoAPM.com&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=ecoAPM_ecoAPM.com)

## Requirements

- .NET SDK
- Node.js + yarn

## Installation

```bash
yarn && dotnet restore
```

## Usage

```bash
dotnet run -- preview
```