diff --git a/Static-Export.md b/Static-Export.md new file mode 100644 index 0000000..3e2fc95 --- /dev/null +++ b/Static-Export.md @@ -0,0 +1,6 @@ +If you want to use Statup as a CLI application without running a server, you can export your status page to a static HTML. +This export tool is very useful for people who want to export their HTML and upload/commit it to Github Pages or an FTP server. +```dash +statup export +``` +###### Creates `index.html` in the current directory with CDN asset URL's. 💃 \ No newline at end of file