Skip to content

Commit

Permalink
Merge pull request #1541 from amitojsingh366/patch-9
Browse files Browse the repository at this point in the history
Updated Baklava README.md
  • Loading branch information
TheOtterlord authored Mar 24, 2021
2 parents e35a24e + 28dc0af commit f16bcbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions baklava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ It uses ElectronJS as a wrapper for [dogehouse.tv](https://dogehouse.tv) and add

## How to run
- Run `yarn install`
- Run `yarn build:globkey` *(you need Rust and `nj-cli` installed)*
- Ensure [Rust](https://www.rust-lang.org/learn/get-started) is installed
- Install `nj-cli` by running `cargo install nj-cli`
- Run `yarn build:globkey`
- Run `yarn start`
- *(Optional)* Run `yarn build:%YOUR_PLATFORM_CODE%` and install the app from the build *(located in `/builds`)*

Expand All @@ -24,4 +26,4 @@ The electron wrapper has the capability for hot reloads during development.
You can run the app in hot reload mode using `npm run dev`.

While in hot reload mode, any time you save changes to a `ts` file, the electron app will recompile and relaunch itself.
To exit hot reload mode, use `Ctrl+C` in the console. This will however, leave the current app window open, so be sure to close that also, as it will no longer have access to hot reload.
To exit hot reload mode, use `Ctrl+C` in the console. This will however, leave the current app window open, so be sure to close that also, as it will no longer have access to hot reload.
3 changes: 2 additions & 1 deletion baklava/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const KEY_TABLE = [

export const ALLOWED_HOSTS = [
"dogehouse.tv",
"next.dogehouse.tv",
"api.dogehouse.tv",
"dogehouse.tv",
"github.com",
Expand Down Expand Up @@ -251,4 +252,4 @@ export const MENU_TEMPLATE: any = [
}
]
}
];
];

1 comment on commit f16bcbf

@vercel
Copy link

@vercel vercel bot commented on f16bcbf Mar 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.