From 47e9a83193af96d414f915035f2f8f4f74185d40 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sun, 10 Oct 2021 13:37:17 +0800 Subject: [PATCH] docs: add doc link & remark to dev setup Signed-off-by: Wing-Kam Wong --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1119ee17..da976015b5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadshe

WebsiteDiscord • - Twitter + Twitter • + Documentation

The Open Source Airtable Alternative - works on MySQL, Postgres SQL Server & MariaDB

@@ -220,6 +221,8 @@ npm run dev Changes made to code automatically restart. +> nocodb/packages/nocodb includes nc-lib-gui which is the built version of nc-gui hosted in npm registry. You can visit localhost:8000/dashboard in browser after starting the backend locally if you just want to modify the backend only. + ## Running Cypress tests locally