Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Added showcase image on README
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Aug 9, 2019
1 parent a8bd0ff commit 80d84fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
46 changes: 10 additions & 36 deletions README.md
Expand Up @@ -4,6 +4,12 @@

This is a GUI built with ElectronJS for the [Monday](https://github.com/eko/monday) project.

In case you prefer to work with the CLI version, please go on the [Monday CLI repository](https://github.com/eko/monday).

## Overview

![Schema](https://github.com/eko/monday-app/blob/master/misc/showcase.jpg?raw=true)

## What Monday can do for you?
✅ Define a unified way to setup applications for all your developers

Expand All @@ -19,56 +25,24 @@ This is a GUI built with ElectronJS for the [Monday](https://github.com/eko/mond

✅ Forward multiple times the same port locally, using an hostname

## Overview

// Screenshots

## Installation

### Download binary

You can download the latest version of the binary built for your architecture here:

* Architecture **i386** [
[Darwin](https://github.com/eko/monday/releases/latest/download/monday-darwin-386) /
[Linux](https://github.com/eko/monday/releases/latest/download/monday-linux-386)
]
* Architecture **amd64** [
[Darwin](https://github.com/eko/monday/releases/latest/download/monday-darwin-amd64) /
[Linux](https://github.com/eko/monday/releases/latest/download/monday-linux-amd64)
]
* Architecture **arm** [
[Linux](https://github.com/eko/it/releases/latest/download/monday-linux-arm)
]
You can download the latest version of the binary built for your architecture (macOS or linux) here: https://github.com/eko/monday-app/releases/latest

## Development

### Package the application

```
npm run package
```
or
```
yarn package
```

### Run the app (dev)

```
npm run start
```
or
```
yarn start
```

### Run the app on production mode
```
npm run prod
```
### Package the application

```
yarn prod
npm run package
```

## Code of Conduct
Expand Down
Binary file added misc/showcase.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80d84fa

Please sign in to comment.