Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 949 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 949 Bytes

observer-api

Tracking and processing HTML elements with Observer API.

Go Live

Technology and Packages Used

Run on your own computer

Download a copy of the project

  git clone https://github.com/burakkrt/observer-api.git
  cd observer-api

Download all necessary dependent files

  npm install
  or
  yarn install

Run the development environment

  npm run dev
  or
  yarn dev

Compile the project for publishing

  npm run build
  or
  yarn build