Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noesya/coop.noesya.diagnostic
https://github.com/noesya/coop.noesya.diagnostic
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noesya/coop.noesya.diagnostic
- Owner: noesya
- Created: 2021-11-10T11:33:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:05:08.000Z (3 months ago)
- Last Synced: 2024-10-31T13:18:56.422Z (3 months ago)
- Language: Ruby
- Homepage: https://diagnostic.noesya.coop
- Size: 354 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```