Skip to content

tacoen/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

About

Screenwriting Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.1%
  • Python 29.2%
  • HTML 15.0%
  • CSS 14.6%
  • CoffeeScript 1.6%
  • Shell 0.4%
  • Mako 0.1%