Getting Started
Installation 💿
yarn add weblands
Usage 🚀
The weblands
executable provides the following commands:
weblands dev
: Starts the development serverweblands build
: Creates a production build of the siteweblands preview
: Preview the site after building
Add the following shortcuts to package.json:
"scripts": { "dev": "weblands dev --open", "build": "weblands build", "preview": "weblands preview --open" },
yarn dev
: Starts the development serveryarn build
: Creates a production build of the siteyarn preview
: Preview the site after building