- Use Node.js version 18
- 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 start
to start the development server - Open http://localhost:3000 to view the development build in your browser
-
Run
yarn build
to build the app for production to thebuild
folder.
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 watch
to build and reload the extension with every file change.
-
View the documentation
-
See our demo project for a complete example of MyDoge Wallet API functionality.