spqr
v2.27.0
Published
Static Webpage Generator
Downloads
31
Maintainers
Readme
spqr
Install spqr.
npm install -g spqrCreate a new site.
spqr new spqr-siteChange directories into site folder.
cd spqr-siteStart development server.
spqr developspqr will start a development environment accessible at localhost:8000. Try editing the pages in src/pages. Saved changes will reload in the browser.
Create a production build.
spqr buildspqr will generate static HTML and JavaScript.
Serve the production build locally.
spqr servespqr starts a local HTML server for testing your built site. Remember to build your site using spqr build before using this command.
Documentation for commands
spqr --help