Webstudio Designer is a NoCode Visual Tool inspired by Webflow. It is the place where you can build your site or app visually.
- Install Node.js
- Install Yarn
npm i -g yarn
- Install MongoDB or use Atlas (recommended)
- Clone this repository
git clone [email protected]:webstudio-is/webstudio-designer.git
- Connect to the database: add a database URL to the env variables by creating an .env file in the root of the project and adding there
DATABASE_URL="mongodb+srv:https://user:password@host"
- Run
yarn
- Run
yarn dev
- URL will be logged
- import your Git repository into Vercel, and it will be deployed.
- Add DATABASE_URL to env variables
- Redeploy
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.