Getting Started
Installation 💿
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:
yarn dev
: Starts the development serveryarn build
: Creates a production build of the siteyarn preview
: Preview the site after building