Project can be used localy. Here are the commands for set-up
git clone https://github.com/vnitin08/zknoid
cd zknoid
# ensures you have the right node js version
# !important! Without this step the app may not work!
# If nvm is not installed please install it.
# `nvm install` may be needed to install correct node version
nvm use
pnpm install
pnpm env:inmemory dev