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
- Install node packages with
npm install
- Run
npm start
- Run
npm run build
to generate thepublic/assets/js/main.js
file for deployment - Commit your changes
- Run
git push
- Deploy
dist
to any static hosting service. (By defaultnpm run deploy
uses Cloudflare Pages)