/rugby

Love letter to the humble GIF (client)

Primary LanguageJavaScript

Rugby

Rugby

The Express and React-powered site for the GIF-powered music video for Rugby.

☝️ Rugby includes a separate server that handles the API for fetching and caching GIFs: https://github.com/superhighfives/rugby-server

Getting started

  1. Install node packages with npm install
  2. Run npm start

Deployment

  1. Run npm run build to generate the public/assets/js/main.js file for deployment
  2. Commit your changes
  3. Run git push
  4. Deploy dist to any static hosting service. (By default npm run deploy uses Cloudflare Pages)