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

https://github.com/crusher-dev/crusher-release


https://github.com/crusher-dev/crusher-release

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![CI](https://github.com/crusherdev/crusher-release/actions/workflows/test.yml/badge.svg)](https://github.com/crusherdev/crusher-release/actions/workflows/test.yml)

```bash
docker build -t app .
docker run -p 6080:80 -e DATABASE_URL='random_URI' -e RESOLUTION=1920x1080 -e GITHUB_SHA='random_sha' -e TEST_NUMBER=1 -d --name crusher app
docker exec -d crusher recordmydesktop --on-the-fly-encoding --no-sound
docker exec crusher npm start
docker exec crusher cat results.md > results.md
docker stop crusher
docker rm crusher
```