https://github.com/e-e-e/workflow-manager
https://github.com/e-e-e/workflow-manager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-e-e/workflow-manager
- Owner: e-e-e
- Created: 2022-07-16T05:55:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T11:44:39.000Z (about 4 years ago)
- Last Synced: 2025-02-28T22:12:16.467Z (over 1 year ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```