Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 419 Bytes

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