A list of promo codes for different products to share with friends and family.
- Use mine: https://namefilip.github.io/promo-codes/
- Create yours ⬇️
- Clone the repo
- Change
src/promo-codes.js
to contain your codes - In repository settings setup GitHub Pages to serve from the
/docs
folder of themaster
branch - Publish
yarn build
rm -rf docs
mv build docs
git add --all
git commit --message "Publish"
git push