Skip to content

ritchiewilson/rawscripts

Repository files navigation

What is Rawscripts?
===================

Rawscripts is screenwriting software that runs in a browser and stores
everything online. This allows you to write, edit, and manage
screenplays from any computer and have access to all your work.

It's the code that is running at <http://www.rawscripts.com>.


Fastest Way To Use Rawscripts
=============================

If you just want to write screenplays, you can go to
<http://www.rawscripts.com>. Log in and start writing.


How to get the development version running
==========================================

git clone https://github.com/ritchiewilson/rawscripts.git
cd rawscripts
mkvirtualenv rawscripts
pip install -r requirements.txt
python runserver.py