Skip to content

viniciusteles/smallactsmanifesto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmallActsManifesto.org

This project contains the source code for the SmallActsManifesto.org website.

Development Environment

  1. Create a Virtualenv for the project:

     mkdir -p ~/smallactsmanifesto
     cd ~/smallactsmanifesto
     virtualenv --no-site-packages --unzip-setuptools .
     source ./bin/activate
    
  2. Install Pip, iPython and Django:

     easy_install -U pip
     pip install ipython
     pip install django
    
  3. Clone your forked repository:

     git clone git@github.com:[YOUR NAME]/smallactsmanifesto.git src
     cd src
    
  4. Change whatever you want!

Dependencies

License

This code is free to be used under the terms of the MIT license.

About

This is the source code for the SmallActsManifesto.org website

Resources

Stars

Watchers

Forks

Packages

No packages published