2018-05-23 08:50:38 -04:00
2018-05-23 08:50:38 -04:00
2018-05-23 08:50:38 -04:00
2018-05-23 08:50:33 -04:00
2018-05-22 12:29:14 -04:00

ATST

Installation

brew install python3
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Running (development)

DEBUG=1 ./app.py

Notes

tornado templates are like mustache templates -- add the following to ~/.vim/filetype.vim for syntax highlighting:

:au BufRead *.html.to set filetype=mustache
Description
No description provided
Readme 17 MiB
Languages
Python 48.6%
HTML 43.1%
JavaScript 3.7%
SCSS 3.7%
Shell 0.8%
Other 0.1%