Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 275 Bytes

Starknet React

Getting Started

Start the development server:

pnpm install
pnpm run dev

Then open http://localhost:3000/starknet-react with your browser.

Build the project:

pnpm install
pnpm run build