You're now ready to start building your app. You can use the following commands to build and serve your app.
# Build and serve for development.
npm run dev
# Build and serve for production.
npm run build && npm run previewIf you're interested in how this example app is using the Metaplex SDK, check out the App.js and App.css files in the src directory.