Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 545 Bytes

File metadata and controls

40 lines (28 loc) · 545 Bytes

Installation guide

Clone the project :

$ git clone https://github.com/DWTechs/Antity-pgsql.js.git

Launch with docker

$ cd Antity-pgsql.js/
$ docker-compose up -d

OR

Install project dependencies :

$ cd Antity-pgsql.js/
$ npm i

Workflow

  1. Create a branch
  2. Make your changes
  3. Build and test the library
  4. Sync your branch with main
  5. Commit your work
  6. Push your branch and open a pull request against main

Folders

  • scripts/
  • dist/
  • src/
  • tests/