npm install -g spqr
spqr new spqr-site
cd spqr-site
spqr develop
spqr will start a development environment accessible at localhost:8000. Try editing the pages in src/pages. Saved changes will reload in the browser.
spqr build
spqr will generate static HTML and JavaScript.
spqr serve
spqr starts a local HTML server for testing your built site. Remember to build your site using spqr build before using this command.
spqr --help