Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmueller committed May 14, 2020
0 parents commit 856f65c
Show file tree
Hide file tree
Showing 6 changed files with 2,245 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*.DS_Store
node_modules/
dist/
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# memorize.ai Desktop

> Built in Electron
## Download

**See [Releases](https://github.com/kenmueller/memorize.ai-desktop/releases)**

## Start for development

```bash
npm start
```

## Build for production

```bash
npm run build
```
Binary file added build/icon.icns
Binary file not shown.
Loading

0 comments on commit 856f65c

Please sign in to comment.