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

https://github.com/chef/chef-workstation-app

The Chef Workstation desktop application.
https://github.com/chef/chef-workstation-app

chef chef-infra chef-workstation

Last synced: 9 months ago
JSON representation

The Chef Workstation desktop application.

Awesome Lists containing this project

README

          

# Chef Workstation Tray Application

**Umbrella Project**: [Workstation](https://github.com/chef/chef-oss-practices/blob/main/projects/chef-workstation.md)

* **[Project State](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** Active
* **Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** 14 days
* **Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** 14 days

This the the tray application for Chef Workstation. It's written in Electron and is where we implement the UI based features of Chef Workstation.

## Development

### Development Prerequisites

* [NodeJS LTS](https://nodejs.org/)

#### On macOS

##### [Homebrew](https://brew.sh)

```shell
brew install node@16
```

##### [ASDF](https://github.com/asdf-vm/asdf)

```shell
asdf install
```

#### On Windows

[Download NodeJS LTS](https://nodejs.org/en/download/)

### Running the Dev Environment

```shell
npm install
npm start
```

## Design

Designs and assets can be found in our [Zeplin project](https://zpl.io/Vqwx37m).