sqltabs icon indicating copy to clipboard operation
sqltabs copied to clipboard

Development - working on sqltabs

Open jackrsteiner opened this issue 4 years ago • 0 comments

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.

jackrsteiner avatar Sep 07 '21 06:09 jackrsteiner