Nuxt Web3 Quickstart Build Setup # create environment file $ cp .env.example .env # install dependencies $ yarn # serve with hot reload at localhost:3000 $ yarn dev # generate static project (production) $ yarn generate