We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0268d1 commit 59592e9Copy full SHA for 59592e9
README.md
@@ -4,7 +4,7 @@
4
5
# MarkupEditor Desktop
6
7
-The MarkupEditor desktop application is for creating and editing HTML content. It embeds that functionality of the [MarkupEditor base]() project
+The MarkupEditor desktop application is for creating and editing HTML content. It embeds the functionality of the [MarkupEditor base]() project
8
in an Electron app.
9
10
### Motivation
@@ -41,4 +41,10 @@ Build the project.
41
npm run build
42
```
43
44
+Open the MarkupEditor. Use the options under the File menu to open, save, etc.
45
+
46
+```
47
+npm start
48
49
50
### More TBD
0 commit comments