Skip to content

vianuevm/Spitlist

Repository files navigation

Spitlist

Rapid fire todo list for productivity.

Setup for Web Development

  • Download pip the package manager.

http://pip.readthedocs.org/en/latest/installing.html

  • Download virtual environment:

pip install virtualenv

  • Activate the virtual environment

    virtualevn ENV

    In Windows: ENV\Scripts\activate

    On Mac/Linux: source ENV/bin/activate

  • Install Dependencies

    ENV\Scripts\pip install -r requirements.txt (Mac replace Scripts with bin)

  • From root, ./run.py -- The website is now up and running locally.

About

Rapid fire todo list for productivity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors