Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hc0127 authored Nov 22, 2024
1 parent 1ade9bc commit fc39c83
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

## To Setup

1. Create `electron/settings.ts` following `electron/settings.example.ts`
2. Run `npm run electron:dev` for development
3. Run `npm run electron:build` to build a production version
Create ```electron/settings.ts``` following ```electron/settings.example.ts```

Updated at 2022-05-19
Run development mode
```sh
npm run electron:dev
```

Build production version
```sh
npm run electron:build
```

Build windows application version
```sh
npm run electron:build
```

* If you have some problems to run the project, go to
[issue](https://github.com/hc0127/timekeeper-electron/issues/new)

0 comments on commit fc39c83

Please sign in to comment.