Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.25 KB

Build Status License: MIT Contributor Covenant

RankMyWallet

Source files for https://rankmywallet.com.

Good to Know

This is a Next.js app built with the Blitz.js toolkit.

Getting Started

  1. Install the Blitz CLI globally (once).

  2. Clone repository.

    git clone git@github.com:alt3/rank-my-wallet.git
    cd rank-my-wallet
    
  3. Install dependencies.

    npm install
    
  4. Start website in development mode.

    blitz dev
    
  5. Browse to http://localhost:3000.

  6. Make live code changes.

In development mode, parsed address details will be logged to the browser console.

License

This project is released under the MIT LICENSE.

Contributing

Please refer to the guidelines for contributing.