Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 281 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 281 Bytes

Guest Book + NEAR Wallet Selector with Vue and Vite 3

Install dependencies:

yarn

Run locally:

yarn dev

Build for production:

yarn build

Preview the build result:

yarn preview

Deploy to gh-pages:

yarn deploy