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

https://github.com/e-e-e/workflow-manager


https://github.com/e-e-e/workflow-manager

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Workflow Manager

An alternative client for managing manually triggering GitHub actions.

### Setup and Run

1. Install dependencies
```bash
yarn install
```

2. Configure environment variables

See instructions within the server [README](server/README.md) for details.

3. Build project
```bash
yarn build
```

4. Run the server
```bash
yarn start
```