Skip to content

Latest commit

 

History

History

webapp

Running the webapp

You can head over to zk-worth.onrender.com to try out the app in your browser.

OR

  1. Create the env file using the env-sample file
  2. Run the following command
yarn deps-dev-install
yarn client  # Will start only frontend
yarn server  # Will start only backend
yarn dev     # Will start the webapp for development