Created Static Export (markdown)

master
Hunter Long 2018-06-24 21:05:59 -07:00
parent 14761296aa
commit 77e872c149
1 changed files with 6 additions and 0 deletions

6
Static-Export.md Normal file

@ -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. 💃