Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 457 Bytes

File metadata and controls

13 lines (9 loc) · 457 Bytes

Getting Started Vite

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 preview

If 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.