- Based on MyDoge Wallet
- Copyright MyDoge Inc. 2023. All rights reserved.
- Modified for Dogecoinev Network
- Shoutout to @mydoge for the original MyDoge Wallet, which we forked to create MyDev!
- Use Node.js version 20
- Use Yarn installed by NPM only:
npm install --global yarn - Install packages with
yarn install. - Create a file named .env at the root of the project and populate entries from .env.example
- Run
yarn startto start the development server - Open http://localhost:3000 to view the development build in your browser
-
Run
yarn buildto build the app for production to thebuildfolder.
It correctly bundles React in production mode and optimizes the build for the best performance. -
Install Extensions Reloader Chrome extension to enable automatic extension reload after every build.
-
Run
yarn watchto build and reload the extension with every file change.