Project requires node and webpack
git clone https://github.com/jeppe-smith/better-fpl.git
cd better-fpl
npm install
To start developing simply run gulp
in the terminal.
The website uses React to populate templates with data from the api. For that reason we can't listen on $(document).ready()
when developing. Instead use $(document).on('fplReady')
to know when the page is ready to be modified.