Skip to content

Development - working on sqltabs #171

Description

@jackrsteiner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions