Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
demo level finish
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjiagan committed May 24, 2020
1 parent 1aa6992 commit 265763b
Show file tree
Hide file tree
Showing 15 changed files with 3,884 additions and 262 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?

#Electron-builder output
/dist_electron
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# my-app
# A naive Markdown Note Taker

warning: this is a functional demo, and not workable!

## Project setup
```
Expand All @@ -7,12 +9,12 @@ npm install

### Compiles and hot-reloads for development
```
npm run serve
npm run electron:serve
```

### Compiles and minifies for production
```
npm run build
npm run electron:build
```

### Lints and fixes files
Expand Down
Loading

0 comments on commit 265763b

Please sign in to comment.