sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
805 stars 65 forks source link

Development - working on sqltabs #171

Open jackrsteiner opened 2 years ago

jackrsteiner commented 2 years ago

In issue #61 @sasha-alias provides guidance for getting started working on sqltabs. I think this might be outdated:

Prerequisite:

npm install -g install-local

Terminal 1:

cd working_directory
git clone https://github.com/sasha-alias/sqldoc.git
cd sqldoc
npm install
npm run build:watch

Terminal 2:

cd working_directory
git clone https://github.com/sasha-alias/sqltabs.git
cd sqltabs
npm install
npm run build:watch

Terminal 3:

cd working_directory/sqltabs
install-local ../sqldoc/ ;  npm start

From Terminal 2, npm run build:watch in the sqltabs directory is no longer a valid script. Should this line now be npm run compile:watch? I'm attempting on Ubuntu.