JABA-WebStudio
Description
JABA website built with WebStudio
Instructions
Installing the Webstudio CLI
- Download and install the Webstudio CLI using the following command:
npm install -g webstudio - Confirm the installation by checking the CLI version:
webstudio --version - 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:
versionhelplink- Links your local Webstudio Project with the Project from the Cloudsync- 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
Languages
TypeScript
97.7%
JavaScript
1.4%
Dockerfile
0.9%