Skip to content

JRufer/expressionist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

360 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

An authoring tool for text generation in computational media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Python 9.5%
  • Other 0.3%