Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noesya/coop.noesya.diagnostic


https://github.com/noesya/coop.noesya.diagnostic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Diagnostic

https://diagnostic.noesya.coop

## Setup

```
bundle
yarn
npm install lighthouse -g
rails db:create db:migrate
```

## Run

```
rails s
rails jobs:work
```

## Deploy

### Setup

```
git remote add scalingo [email protected]:coop-noesya-diagnostic.git
```

### Run

```
git push scalingo master
```