Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 629 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 629 Bytes

Local Setup

  • Clone the project
  • Change to kanban_backend directory
  • run bash local_setup.sh to setup the python environment for flask
  • run bash local_run.sh to run the app in development mode
  • run bash local_workers.sh and bash local_beat.sh to run redis and celery.

Setup Vite app

  • Change to kanban_frontend directory
  • install Node
  • run npm install to install all the dependancy reqired for the vite app
  • run npm run dev to run the vite app in development mode

Port