Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 324 Bytes

AppNexus Ad Gallery

How to make the gallery happen:

  1. npm i
  2. npm start
  3. open index.html

How to publish the gallery:

  1. Check if all your changes are up to date. If not, follow the steps in the section above and commit them
  2. git checkout gh-pages
  3. git merge master
  4. git push origin gh-pages