Running this requires Git and Node.js (which includes npm) on your system.
# Clone this repository
git clone https://github.com/toinane/elgiphy.git
# Go into the repository
cd elgiphy
# Install dependencies
npm install
# Run the app
npm startUse the 'build-app' branch on your clone.
# Clone this repository
git clone https://github.com/toinane/elgiphy.git
# Go into the repository
cd elgiphy
# Change to 'final.build-app' branch
git checkout final.build-app
# build app
npm run build