Skip to content

Commit 50cd705

Browse files
committed
Update README
1 parent 7bb188a commit 50cd705

File tree

2 files changed

+53
-22
lines changed

2 files changed

+53
-22
lines changed

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing
2+
3+
## Recommended IDE Setup
4+
5+
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
6+
7+
## Project Setup
8+
9+
### Install
10+
11+
```bash
12+
$ pnpm install
13+
```
14+
15+
### Development
16+
17+
```bash
18+
$ pnpm dev
19+
```
20+
21+
### Build
22+
23+
```bash
24+
# For windows
25+
$ pnpm build:win
26+
27+
# For macOS
28+
$ pnpm build:mac
29+
30+
# For Linux
31+
$ pnpm build:linux
32+
```

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
1-
# electron_app
1+
# Costflow Desktop Apps
22

3-
An Electron application with React.
3+
[Costflow](https://costflow.io/) is a set of open source products that make double-entry plain-text bookkeeping easier. Including [Syntax](https://www.costflow.io/docs/syntax/), [Parser](https://www.costflow.io/docs/parser/), [Desktop apps](https://www.costflow.io/docs/desktop-apps/), [CLI](https://www.costflow.io/docs/cli/), [Playground](https://playground.costflow.io/) and so on.
44

5-
## Recommended IDE Setup
5+
This repository is the source code of Costflow desktop apps.
66

7-
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
7+
## Download
88

9-
## Project Setup
9+
todo
1010

11-
### Install
11+
## Desktop Features
1212

13-
```bash
14-
$ pnpm install
15-
```
13+
- Quickly add entries using Costflow syntax;
14+
- All file manipulation is done locally;
15+
- Start your own Telegram bot right in the app, so you can keep plain-text bookkeeping anytime, anywhere;
1616

17-
### Development
17+
## Docs
1818

19-
```bash
20-
$ pnpm dev
21-
```
19+
[https://www.costflow.io/docs/desktop-apps/](https://www.costflow.io/docs/desktop-apps/)
2220

23-
### Build
21+
## Filing Bugs
2422

25-
```bash
26-
# For windows
27-
$ pnpm build:win
23+
Tickets can be filed at on the Github issues page:
2824

29-
# For macOS
30-
$ pnpm build:mac
25+
https://github.com/costflow/desktop/issues
3126

32-
# For Linux
33-
$ pnpm build:linux
34-
```
27+
## Donate
28+
29+
todo
30+
31+
## Author
32+
33+
[leplay](http://leplay.net/)

0 commit comments

Comments
 (0)