scoinhawk / webstudioland

Landing site

Home Page:https://webstudio.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webstudio landing site

This is the landing site at https://webstudio.is and, at the same time, a demonstration of a site built with Webstudio and deployed as a standalone Remix app to Vercel. Data is synchronized using CLI and rendered using SDK.

Development

To run this site we only need to install node and JS dependencies, no database or designer is required, since they are decoupled.

  1. Install Node.js
  2. Install Yarn npm i -g yarn
  3. Install dependencies yarn
  4. Run yarn dev and it will log the URL

Syncing Webstudio data

Important - treat your project id like a private key, since there is no authentification for now.

Host needs to point at any Designer instance, it can be local or in the cloud.

wstd sync <project id> --host <instance url>

Deployment

After pushing it to some remote git repository, import your Git repository into Vercel, and it will be deployed.

If you'd like to avoid using a Git repository, you can also deploy the directory by running Vercel CLI:

npm i -g vercel
vercel

It is generally recommended to use a Git repository, because future commits will then automatically be deployed by Vercel, through its Git Integration.

About

Landing site

https://webstudio.is

License:MIT License


Languages

Language:TypeScript 88.5%Language:JavaScript 11.5%