Update README and minor updates to site.

This commit is contained in:
deterge
2025-10-15 15:02:40 -04:00
parent 8d137fdb66
commit 8c221d899f
2 changed files with 728 additions and 406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,26 @@
# JABA-WebStudio # JABA-WebStudio
JABA website built with 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.