Skip to content

sandiegopython/python-on-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonOnRails.US

Prerequisites

Required dependencies:

Optional global dependencies:

  • gulp (if adding/testing gulp tasks)
  • bower (if changing bower dependencies)

Installation

$ npm install

Development

To start the development server:

$ npm start

This will open http://0.0.0.0:6772/ in your web browser. The webpage will reload automatically whenever any files are changed.

Deploy

$ npm run deploy

This will redeploy the website to the gh-pages branch on Github.