Required
Optional
# clone repository
git clone https://github.com/CosmosContracts/juno-tools.git
cd juno-tools
# install dependencies
yarn install
# copy env file and fill in values
cp .env.example .env
# run development server
yarn dev
# (optional) lint and format project
yarn lint