Skip to content

Commit

Permalink
read the me
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Mar 27, 2021
1 parent 8b5232c commit 82771a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# soothsayer-2
# Soothsayer 2

> A re-write of soothsayer 1
> A desktop app for easy creation and management of streaming overlays while casting video games.
#### Build Setup
![A screenshot of the Soothsayer application displaying the Scoreboard controls](https://ebshimizu.github.io/soothsayer-2/readme-screenshot.png)

``` bash
# install dependencies
npm install
## Installation and Usage

# serve with hot reload at localhost:9080
npm run dev
The most recent version of the app can be downloaded from the [Releases](https://github.com/ebshimizu/soothsayer-2/releases) page. Once installed, you should visit the Overlays section to get the links and setup information for putting the overlays into OBS.

### Supported Games
Each game has a different set of overlay requirements for their casts. While some of Soothsayer's overlays can be used anywhere, others are designed to compliment specific games. Soothsayer 2 provides support for the following games.

# build electron application for production
npm run build
- Eternal Return: Black Survival

## Development
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). The project was then later set up to use [Vuetify](https://vuetifyjs.com/en/). Beginning development on the project is easy, just clone the repository and run the commands below.

# lint all JS/Vue component files in `src/`
npm run lint
VS Code with Prettier is the recommended IDE and code formatter for this project.

```
### Build Setup

---
``` bash
# install dependencies
npm install

# launch the electron application
npm run dev

This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
```
Binary file added docs/readme-screenshot.png
Loading
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 82771a1

Please sign in to comment.