JABA-WebStudio

Description

JABA website built with WebStudio

Instructions

Installing the Webstudio CLI

  1. Download and install the Webstudio CLI using the following command: npm install -g webstudio
  2. Confirm the installation by checking the CLI version: webstudio --version
  3. To keep your CLI updated, use the same command used for installation whenever a new release is available.

Initiating a Webstudio Project

Now, you can run a Webstudio Project on your local machine using this command: webstudio

Note: if npm install -g webstudio was never performed, do so now or use npx webstudio@latest instead of webstudio.

This will initiate the flow to connect your Webstudio Cloud project and build it in your local computer. The default flow will guide you through the steps. You can also perform all the operations individually using independent commands.

Here is the list of independent commands:

  • version
  • help
  • link - Links your local Webstudio Project with the Project from the Cloud
  • sync - Once the project is linked, use this command to sync it with the Cloud.
  • build - Build your local Webstudio Project as a dynamic app or static site.
Description
JABA website built with WebStudio
Readme 4.1 MiB
Languages
TypeScript 97.7%
JavaScript 1.4%
Dockerfile 0.9%