Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 577 Bytes

Statusengine Documentation

This is the official documentation of the Statusengine Project.

For Developers

Static Page build with Spress

Install Spress

curl -LOS https://github.com/spress/Spress/releases/download/v2.1.3/spress.phar
sudo mv spress.phar /usr/local/bin/spress
chmod +x /usr/local/bin/spress

Run a local server

spress site:build --server --watch

Open http://127.0.0.1:4000 in your browser

You can also use Spress on Windows 10 using the Windows Subsystem for Linux