Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jun 26, 2020
1 parent b7646f2 commit 155b2e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
# electron-react
# BloomPUB Viewer

> An electron-react project
> A desktop viewer for bloomPUB books
#### Build Setup
#### Building

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

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run tests
npm test


# lint all files in `src/`
npm run lint
yarn

# serve with hot reload
yarn dev
```

---

This project was generated by [create-electron-react](zenghongtu/create-electron-react), inspired by [electron-react](https://github.com/SimulatedGREG/electron-vue).
# Releasing

Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
1. Update the version in package.json
1. Add a tag to commit and push it
1. `yarn release` will create a draft release on github with the windows exe. Add in any description and publish it.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bloom-viewer",
"name": "bloompub-viewer",
"version": "0.2.0",
"author": "Bloom Devs",
"description": "Viewer for Bloom Digital books",
Expand All @@ -24,7 +24,7 @@
"test:e2e": "yarn run pack && jest -c jest.e2e.config.js"
},
"build": {
"productName": "BloomPub Viewer",
"productName": "BloomPUB Viewer",
"appId": "org.sil.bloompub-viewer",
"directories": {
"output": "output"
Expand All @@ -41,12 +41,12 @@
"fileAssociations": [
{
"ext": "bloomd",
"name": "BloomPub File",
"name": "BloomPUB File",
"role": "Viewer"
},
{
"ext": "bloompub",
"name": "BloomPub File",
"name": "BloomPUB File",
"role": "Viewer"
}
]
Expand Down

0 comments on commit 155b2e8

Please sign in to comment.