Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
/ pyload.org Public archive

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

pyLoad Site devDependency Status

To build the pyload website you will need:

  • node
  • npm
  • ruby
  • rubygem

If you have these tools installed you can pull other needed dependencies with:

gem install bundler
bundle
npm install
bower install

To build the pyload website run:

grunt