Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 854 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 854 Bytes

pokemonpvp.club

Leaderboard and Resource site for the Pokemon Go PvP Discord server.

Running:

If you want the site to look nice:

  • npm install -g bower (might need sudo?)
  • npm install -g sass (might need sudo?)
  • cd base/assets
  • bower install
  • cd ../..
  • ln -s base/assets/bower_components static
  • cd base/assets/css
  • sass site.scss site.css