Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 271 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 271 Bytes

Create A Token On Solana

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview