Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 395 Bytes

Purple Hawk

Experimental service to provide area context to proposed site developments.

Getting started

  • Configure the local husky requirements
    • nvm use
    • npm i
  • Install the api node modules
    • cd api
    • npm i
  • Run the applications in docker
    • docker compose up

Configuring the database

Following the readme in the db-management readme