This repo contains the full source for all of thirdweb.com and the thirdweb dashboard.
We use yarn
.
yarn install
Make sure to set up a valid .env file, as this is not checked into github!, you can use .env.example
for the keys you will need.
yarn dev
yarn build