Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvanakbary committed Jul 12, 2019
0 parents commit 37504c1
Show file tree
Hide file tree
Showing 10 changed files with 3,231 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
.shadow-cljs/
node_modules/
.nrepl-port

resources/public/js
resources/main.js
target/
18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
# Marko

Minimalistic markdown editor.

## Run

```
npm install
npm run dev
npm run electron
```

## Release

```
npm run pack
```

0 comments on commit 37504c1

Please sign in to comment.