pylonsproject.org marketing website
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dist
src
.eslintrc
.gitignore
CONTRIBUTING.md
CONTRIBUTORS.md
README.md
RELEASE.md
package-lock.json
package.json
webpack.config.js
webpack.dist.config.js
webpack.tmpl.config.js

README.md

pylonsproject.org

The home of the Pylons Project marketing website, describing the organization and its projects.

Environment

At the bare minimum you'll need the following for doing development:

  • NodeJS with npm

Installing

Assuming you have all the recommended tools listed above installed:

1. Clone the project

  $ git clone git@github.com:Pylons/pylonsproject.org.git
  $ cd pylonsproject.org

2. Install package dependencies

  $ npm install

3. Run the project

If you are in development mode and need hot reload and assets compiling run:

  $ npm run dev

This will let you view the local site at http://localhost:8080/

If you just want to output a build run

  $ npm run build

And if you want a new dist optimized for production run

  $ npm run dist