Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.11 KB

MyDoge Chrome Extension

🚀 Quick start

  • 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

Building the extension

  • Run yarn build to build the app for production to the build 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.

API Integration