- Node.js
- (optional) near-shell
npm i -g near-shell
npm install && npm dev
with yarn:
yarn && yarn dev
Navigate to http://localhost:1234
NOTE: Both contract and client-side code will auto-reload once you change source files.
npm i -g near-shell
npm install && npm dev
with yarn:
yarn && yarn dev
Navigate to http://localhost:1234
NOTE: Both contract and client-side code will auto-reload once you change source files.