Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 455 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 455 Bytes

Mint Project on the APTOS blockchain

How to use:

  1. Clone the template repository:
    > git clone https://github.com/Det-Tech/aptos-unity-react
  1. Install dependencies:
    > yarn
    or
    > npm install
  1. Run the application:
    > yarn start
    or
    > npm start
  1. Build the application:
    > yarn build
    or
    > npm run build