Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 829 Bytes

TEMPLATE.md

File metadata and controls

40 lines (25 loc) · 829 Bytes

name of the example

A short description of the example (what it does, what it uses, etc.)

Installation

Clone this project locally using degit:

npx degit https://github.com/thirdweb-dev/examples/tree/main/{YOUR_EXAMPLE_PATH}

Then install the dependencies:

npm install # or any other command for the particular language

Technologies Used

Bullet List of all the technologies used in the example (eg. NextJS, Chakra)

Local Development

Run the following command to run the app locally:

npm run dev # or any other suitable command

Building for production

npm run build # or any other suitable command

Resources