Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 279 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 279 Bytes

GDSC - LPU Tree

Contributing

  • Install dependencies

    yarn
  • Run development server

    yarn dev

With Docker

  1. Build the image
    docker-compose build
  2. Run the docker container
    docker-compose up