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 buildto generate thepublic/assets/js/main.jsfile for deployment - Commit your changes
- Run
git push - Deploy
distto any static hosting service. (By defaultnpm run deployuses Cloudflare Pages)