Setting up the project. Step 1 Clone the repository by typing git clone https://github.com/br0wnD3v/zkApp_Base.git in your terminal. cd zkApp_Base Step 2 (contracts/) cd contracts/ npm install to install all the packages. npm run build to build the contracts since the they are to be referenced in the frontend. cd .. To get back to the root folder. Step 3 (ui/) cd ui/ npm install to install all the packages. npm run dev to start the web application. Follow the step unfolding by opening on the browser's console and don't forget to connect the webapp with Auro Wallet. Finally you will be able to see the current state and a method to update the state.