Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 462 Bytes

Installation instructions

Dependencies

  • node.js
  • npm
  • yarn

Installation guide

  1. Clone the git repository from https://github.com/kajes/giphy
  2. Run npm install in a shell from the root directory of the project folder. It should download all node dependencies for the project automatically.
  3. Run npm run build to populate the public folder.
  4. Run npm run watch and the site should automatically open in your default browser.