/dashboard

thirdweb.com and the thirdweb dashboard

Primary LanguageTypeScript

thirdweb.com

This repo contains the full source for all of thirdweb.com and the thirdweb dashboard.

Building

Install dependencies

We use yarn.

yarn install

Starting local dev server.

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

Building for production

yarn build