Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 613 Bytes

File metadata and controls

executable file
·
24 lines (17 loc) · 613 Bytes

Expressionist

An authoring tool for text generation in computational media. Currently in pre-release alpha. Feel free to email James for more info.

Getting Started

This project requires npm and python >= 2.7.10

git clone [URL of this repo]
cd [to/cloned/repo]
pip install -r requirements.txt
npm install
npm run build
python app.py
[navigate to localhost:5000 with a web browser]

To Develop The Front-End

Any modifications to .jsx files: npm run build

To reduce compile times of .jsx files: npm run build -- --watch

(-- --watch will leave a daemon running in the background.)