sqltabs
sqltabs copied to clipboard
Development - working on sqltabs
In issue #61 @sasha-alias provides guidance for getting started working on sqltabs. I think this might be outdated:
Prerequisite:
npm install -g install-localTerminal 1:
cd working_directory git clone https://github.com/sasha-alias/sqldoc.git cd sqldoc npm install npm run build:watchTerminal 2:
cd working_directory git clone https://github.com/sasha-alias/sqltabs.git cd sqltabs npm install npm run build:watchTerminal 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.