From 3d155b13b5ff46e910a8135617711c0d7bf20f36 Mon Sep 17 00:00:00 2001 From: Tamani Karim <58092740+KarimTamani@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:08:24 +0100 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index c4b55f6..a0897b8 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,35 @@ And more coming very soon! Use the [cloud version](https://www.stackrender.io) or deploy locally to start designing your database schemas in minutes. +### How to Use + +Install dependencies and start the development server: + +```text +npm install +npm run dev +``` +### How to Build + +Install dependencies and start the production build: + +```text +npm install +npm run start +``` +## Try Using It in the Cloud + +1. Visit [StackRender.io](https://www.stackrender.io) +2. Click **"Launch the Web App"** +3. Pick your database +4. Import an existing database or leverage StackRender AI to create an initial database blueprint +5. Enjoy editing and viewing your database +6. Export your Database SQL DDL and run it! + + The next era of database engineering starts now. +
_____ _ _ _____ _ / ____| | | | | __ \ | | | (___ | |_ __ _ ___| | _| |__) |___ _ __ __| | ___ _ __