The home of the Pylons Project marketing website, describing the organization and its projects.
At the bare minimum you'll need the following for doing development:
Assuming you have all the recommended tools listed above installed:
git clone git@github.com:Pylons/pylonsproject.org.git
cd pylonsproject.org
yarn install
If you are in development mode and need hot reload and assets compiling run:
yarn start
This will let you view the local site at http://localhost:3000/
If you want to output for production, then run:
yarn build
See CONTRIBUTING.md.