You can head over to zk-worth.onrender.com to try out the app in your browser.
OR
- Create the env file using the env-sample file
- 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