Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development - working on sqltabs #171

Open
jackrsteiner opened this issue Sep 7, 2021 · 0 comments
Open

Development - working on sqltabs #171

jackrsteiner opened this issue Sep 7, 2021 · 0 comments

Comments

@jackrsteiner
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant