Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 341 Bytes

readme.adoc

File metadata and controls

27 lines (23 loc) · 341 Bytes

EaStack Blog

Clone the repository
git clone https://github.com/eastack/eastack.github.io
Generate static pages
cd eastack.github.io
make
Start a server
cd public
python -m http.server
Open in browser
xdg-open http://localhost:8000